forked from ProjectMirador/mirador-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
39
40
41
42
43
44
45
46
47
{
"name": "mirador-integration-scene",
"version": "0.0.0",
"description": "Integration of Mirador with SCENE plugins",
"scripts": {
"parcel": "parcel parcel/index.html",
"webpack": "webpack --config webpack/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"clean-deps": "rm -rf node_modules package-lock.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"css-loader": "^3.6.0",
"mirador": "4.0.0-alpha.2",
"parcel-bundler": "^1.12.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"style-loader": "^1.2.1",
"webpack": "^5.70.0",
"webpack-cli": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^9.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"html-webpack-plugin": "^4.5.0",
"svg-inline-loader": "^0.8.2",
"webpack-dev-server": "^3.11.0"
},
"overrides": {
"mirador": {
"react-dnd": "^16.0.1"
}
}
}