-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "mgs-2018",
"version": "1.0.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"react-scripts": "^0.9.5"
},
"dependencies": {
"axios": "^0.17.0",
"cape-firebase": "^1.0.9",
"cape-lodash": "^1.13.1",
"cape-mixer": "^2.4.1",
"cape-react-app": "^2.0.0",
"cape-redux": "^3.2.0",
"cape-redux-auth": "^4.0.0",
"cape-redux-reducer": "^3.11.3",
"cape-router": "^1.1.5",
"cape-select": "^2.4.0",
"cape-style": "^1.1.0",
"classnames": "^2.2.5",
"create-react-app": "^1.4.0",
"firebase": "^7.7.0",
"firebase-tools": "^7.12.1",
"google-map-react": "^1.1.5",
"immutability-helper": "^2.4.0",
"location-info": "^4.5.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"moment": "^2.18.1",
"polished": "^1.9.0",
"prop-types": "^15.6.0",
"radium": "^0.19.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dynamic-swiper": "^1.1.2",
"react-google-maps": "^9.4.2",
"react-measure": "^2.0.2",
"react-motion": "^0.5.2",
"react-redux": "^5.0.6",
"react-script": "^2.0.5",
"react-sizeme": "^2.3.6",
"react-transition-group": "1.x",
"redux": "^3.7.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"redux-field": "^5.1.2",
"redux-graph": "^2.13.1",
"redux-history-component": "^2.2.0",
"redux-history-sync": "^3.2.2",
"redux-thunk": "^2.2.0",
"redux-windowsize": "^1.3.1",
"reselect": "^3.0.1",
"styled-components": "^2.2.3",
"swiper": "^4.0.7",
"tinycolor2": "^1.4.1"
},
"scripts": {
"build": "react-scripts build",
"css": "babel-node src/styleDumper.js",
"deploy": "npm run build && npm run upload",
"eject": "react-scripts eject",
"up": "git pull && yarn install",
"upload": "b2 sync --delete --replaceNewer build b2://cape-io/mgs2018",
"start": "yarn install && react-scripts start",
"test": "react-scripts test --env=jsdom"
}
}