-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "simple-grid",
"version": "0.1.0",
"private": true,
"dependencies": {
"include-media": "^1.4.9",
"node-sass": "^4.10.0",
"normalize-scss": "^7.0.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-icomoon": "^1.0.0",
"react-loader-spinner": "^2.2.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts-ts": "^4.0.8",
"react-transition-group": "^1.2.1",
"redux": "^4.0.1",
"typesafe-actions": "^2.0.4"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"now-build": "react-scripts-ts build && mv build dist"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^6.0.10",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-redux": "^5.0.16",
"@types/react-transition-group": "^1.1.5",
"redux-devtools": "^3.4.2",
"typescript": "^3.2.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}