-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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": "reddit-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"apisauce": "^0.16.0",
"classnames": "^2.2.6",
"formik": "^0.11.11",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-flexbox-grid": "^2.1.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.0",
"reduxsauce": "^1.0.0",
"styled-components": "^3.3.2"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "NODE_PATH=./src react-scripts build",
"test": "NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "NODE_PATH=././src react-scripts eject"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"redux-devtools-extension": "^2.13.2",
"standard": "^11.0.1",
"standard-react": "^4.0.0"
}
}