-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
{
"name": "gwas-deposition-ui",
"version": "0.1.0",
"homepage": "/gwas/deposition",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.19.0",
"date-fns": "^2.11.1",
"env-cmd": "^10.0.1",
"eslint-plugin-flowtype": "^3.13.0",
"formik": "^2.1.4",
"formik-persist": "^1.1.0",
"jwt-decode": "^2.2.0",
"lodash.debounce": "^4.0.8",
"material-table": "^1.40.1",
"material-ui-chip-input": "^2.0.0-beta.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.7.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.4.0",
"react-svg": "^10.0.11",
"typescript": "^2.9.2"
},
"scripts": {
"start": "PORT=8080 react-scripts start",
"build": "react-scripts build",
"build:prod": "env-cmd -f .env.production npm run build",
"build:sandbox": "env-cmd -f .env.sandbox npm run build",
"build:sandbox-migration": "env-cmd -f .env.sandbox-migration npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}