-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.18 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.18 KB
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
63
64
65
66
67
68
69
70
71
72
{
"name": "oncoreader-fe",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon server/index.ts",
"build": "next build",
"start": "next start",
"prod": "next export",
"lint": "eslint **/*.tsx --fix "
},
"dependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.11.4",
"axios": "^0.19.2",
"babel-plugin-emotion": "^10.0.29",
"cross-env": "^7.0.3",
"d3": "^5.16.0",
"dalliance": "https://github.com/ENCODE-DCC/dalliance.git#commonjs-require",
"express": "^4.17.1",
"formik": "^2.2.9",
"immer": "^6.0.2",
"js-cookie": "^2.2.1",
"next": "^10.0.0",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^5.0.0",
"query-string": "^6.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.2.0",
"react-redux": "^7.2.0",
"react-select": "^3.1.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"@types/d3": "^5.7.2",
"@types/express": "^4.17.3",
"@types/next-redux-saga": "^3.0.2",
"@types/node": "^13.9.3",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-select": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"http-proxy-middleware": "^1.0.3",
"husky": "^4.2.3",
"i": "^0.3.6",
"lint-staged": "^10.0.9",
"nodemon": "^2.0.2",
"npm": "^6.14.4",
"prettier": "^1.19.1",
"redux-devtools-extension": "^2.13.8",
"resize-observer-polyfill": "^1.5.1",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}