-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
{
"name": "axis-and-allies",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"connected-react-router": "^4.3.0",
"diff-match-patch": "^1.0.0",
"firebase": "^4.8.1",
"gh-pages": "^1.1.0",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-inline-transition-group": "^2.1.7",
"react-redux": "^5.0.6",
"react-redux-firebase": "^2.0.0",
"react-router-dom": "^4.2.2",
"react-tooltip": "^3.4.0",
"redux": "^3.7.2",
"redux-persist": "^4.10.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-preset-flow": "^6.23.0",
"circular-dependency-plugin": "^4.3.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.0",
"flow": "^0.2.3",
"flow-bin": "^0.63.1",
"json-loader": "^0.5.7",
"react-scripts": "^1.0.17",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.4.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"update:packages": "npm run remove && npm run replace",
"remove": "node wipe-dependencies.js && rm -rf node_modules",
"replace": "npm update -D && npm update -S",
"flow": "flow",
"eject": "react-scripts eject"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"homepage": "https://bgates.github.io/axis-and-allies"
}