-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mirador-workshop",
"version": "0.0.0",
"description": "A workshop on working with Mirador",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --env=production",
"start": "NODE_ENV=development webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectMirador/mirador-workshop.git"
},
"keywords": [
"Mirador"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ProjectMirador/mirador-workshop/issues"
},
"homepage": "https://github.com/ProjectMirador/mirador-workshop#readme",
"dependencies": {
"mirador": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^5.5.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}