-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 903 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": "js-warrior",
"version": "0.1.0",
"private": true,
"homepage": "https://rcdexta.github.io/js-warrior",
"dependencies": {
"grid-styled": "^2.0.0-1",
"immutability-helper": "^2.2.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-ace": "^5.0.1",
"react-awesome-modal": "^2.0.1",
"react-dom": "^15.5.4",
"react-flip-move": "^2.9.14",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"reduce-reducers": "^0.1.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"styled-components": "^2.0.1"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}