-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 888 Bytes
/
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
{
"name": "todomvc",
"version": "0.0.1",
"private": true,
"devDependencies": {
"prettier": "^2.6.2",
"react-scripts": "^4.0.3",
"react-test-renderer": "^16.13.1",
"babel-plugin-relay": "^13.2.0",
"relay-compiler": "0.0.0-main-b3f6189c"
},
"dependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"todomvc-app-css": "^2.3.0",
"react-relay": "0.0.0-main-b3f6189c",
"relay-runtime": "0.0.0-main-b3f6189c"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=node",
"relay": "relay-compiler"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {}
}