-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.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
39
40
{
"name": "apbs-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"3dmol": "^1.6.3",
"@ant-design/compatible": "^1.0.2",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/react-transition-group": "^4.4.2",
"antd": "^4.16.7",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"pako": "^2.0.3",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-markdown": "^6.0.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^4.0.3",
"react-syntax-highlighter": "^15.4.4",
"react-transition-group": "^4.4.2",
"react-virtualized": "^9.22.3",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "cd ./env && bash ./env.sh && cd .. && cp ./env/env-config.js ./public/ && cp ./env/.env . && react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}