-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.8 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": "discovery-web-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^5.0.0-alpha.24",
"@material-ui/icons": "^5.0.0-alpha.24",
"axios": "^0.18.1",
"date-fns": "^2.16.1",
"json-query": "^2.2.2",
"moment": "^2.24.0",
"postcss-import": "^12.0.1",
"postcss-insert": "^1.0.0",
"query-string": "^6.8.3",
"ramda": "^0.27.1",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-draggable": "^3.3.2",
"react-list": "^0.8.13",
"react-markdown": "^5.0.3",
"react-rendered-size": "^1.1.1",
"react-responsive-modal": "^3.6.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-vis": "^1.11.7",
"react-window": "^1.6.0-alpha.1",
"recoil": "^0.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"lint:js": "eslint . --ext .js,.jsx",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"babel-eslint": "^10.1.0",
"customize-cra": "^1.0.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-nested": "^4.2.3",
"react-app-rewire-postcss": "^3.0.2",
"react-app-rewired": "^2.1.8",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0"
}
}