-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
63
{
"name": "tachiweb-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"@tachiweb/api-client": "3.2.8",
"classnames": "^2.2.5",
"date-fns": "^1.29.0",
"immer": "^3.2.0",
"iso-639-1": "^2.0.3",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"query-string": "^6.13.1",
"rc-slider": "^8.6.1",
"re-reselect": "^3.1.0",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.4",
"react-dom": "^16.8.6",
"react-dropzone": "^4.2.10",
"react-helmet": "^5.2.0",
"react-intersection-observer": "^8.24.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.0",
"react-scripts": "3.4.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-waypoint": "^8.0.1",
"react-window": "^1.8.2",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"source-map-explorer": "^1.5.0",
"swr": "^0.3.0-beta.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"flow": "flow",
"eslint": "eslint 'src/**/*.js'",
"eslint-fix": "eslint 'src/**/*.js' --fix"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react-hooks": "^1.5.0",
"flow-bin": "0.127.0",
"prettier": "^1.16.4",
"redux-devtools-extension": "^2.13.2"
},
"proxy": "http://localhost:4567",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}