-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·57 lines (57 loc) · 1.54 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
{
"name": "delphinus-web",
"version": "1.1.2",
"private": true,
"devDependencies": {
"npm-run-all": "4.1.5",
"react-scripts": "^5.0.1",
"sass": "1.64.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.2.0",
"ajv": "8.10.0",
"antd": "5.7.3",
"axios": "0.26.0",
"bootstrap": "5.2.3",
"es6-shim": "0.35.6",
"history": "4.10.1",
"jquery": "3.6.0",
"kpmp-common-components": "1.2.13",
"lodash": "4.17.21",
"openseadragon": "2.4.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-burger-menu": "3.0.9",
"react-dom": "17.0.2",
"react-ga4": "2.1.0",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"reactstrap": "9.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"typescript": "3.7.2"
},
"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"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}