forked from clearcapital/react-eval-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 931 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
{
"name": "react-eval",
"version": "0.1.0",
"private": true,
"dependencies": {
"cc-react-scripts": "1.5.2",
"d3-scale": "2.0.0",
"d3-selection": "1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"pretest": "npm run test:lint",
"test": "npm run test:unit",
"test:unit": "react-scripts test:unit",
"test:watch": "react-scripts test:watch",
"test:lint": "./node_modules/.bin/eslint . --color; exit 0",
"eject": "react-scripts eject",
"purge": "rm -rf node_moodules; npm i"
},
"devDependencies": {
"redux-logger": "^3.0.6",
"source-map-explorer": "^1.5.0",
"webpack": "^3.10.0",
"webpack-dashboard": "1.1.1",
"webpack-dev-server": "^2.7.1"
}
}