-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 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
{
"name": "essi",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@rails/webpacker": "^5.4.3",
"@rjsf/core": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"immutability-helper": "^3.0.2",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-jsonschema-form": "^1.8.1",
"react-jsonschema-form-bs4": "^1.7.1",
"react-spinners": "^0.8.1",
"react-transition-group": "^4.3.0",
"react_ujs": "^2.6.1",
"universalviewer": "3.1.4"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "cp -r ./node_modules/universalviewer/dist ./public/uv",
"uv-config": "cp ./config/uv/uv.html ./public/uv/uv.html && cp ./config/uv/uv_config.json ./public/uv/"
},
"devDependencies": {
"dotenv": "^16.0.1",
"jasmine-core": "^3.99",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^4.0.2",
"karma-selenium-launcher": "^1.0.1",
"karma-spec-reporter": "^0.0.34",
"webpack-dev-server": "^3.10.3"
}
}