-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
64
65
66
{
"name": "ttimer",
"version": "0.1.0",
"private": true,
"homepage": "https://ive.land/timer",
"dependencies": {
"@material-ui/core": "^4.8.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.37",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.136",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"@types/react-redux": "^7.1.1",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/react-virtualized": "^9.21.7",
"@types/redux-logger": "^3.0.7",
"@types/styled-components": "^4.1.18",
"@types/uuid": "^3.4.5",
"cube-solver": "^2.2.1",
"file-saver": "^2.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-toastify": "^5.3.2",
"react-virtualized": "^9.21.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.5",
"reselect": "^4.0.0",
"sanitize.css": "^11.0.0",
"styled-components": "^4.3.2",
"typescript": "3.5.3",
"uuid": "^3.3.2",
"workerize-loader": "^1.0.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired 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"
]
}
}