-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.59 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cassiopeia-web",
"version": "1.2.0",
"private": true,
"devDependencies": {
"sass": "1.63.6",
"npm-run-all": "4.1.5",
"react-scripts": "5.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.8",
"@fortawesome/free-solid-svg-icons": "5.5.0",
"@fortawesome/react-fontawesome": "0.2.0",
"antd": "4.15.1",
"axios": "1.4.0",
"bootstrap": "4.3.1",
"es6-shim": "0.35.8",
"history": "4.9.0",
"html-react-parser": "5.1.10",
"lodash": "4.17.21",
"openseadragon": "2.4.0",
"react": "17.0.1",
"react-app-polyfill": "1.0.6",
"react-burger-menu": "3.0.9",
"react-countdown": "2.3.2",
"react-device-detect": "2.2.3",
"react-dom": "17.0.1",
"react-ga4": "2.1.0",
"react-player": "2.12.0",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"reactstrap": "8.8.1",
"redux": "4.0.5",
"redux-thunk": "2.3.0"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"build-css": "sass -I ./src -I ./node_modules src/:src/",
"watch-css": "npm run build-css && sass -I ./src -I ./node_modules src/:src/ --watch",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"overrides": {
"nth-check": "2.1.1",
"semver": "6.3.1"
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all",
"ie 11"
]
}