-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.71 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "star",
"version": "1.0.0",
"description": "Star",
"author": "author",
"license": "MIT",
"main": "server.js",
"scripts": {
"dev": "node ./web-server/server.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint .",
"build": "NODE_EVN=production webpack --config ./web-server/webpack.config.prod.js"
},
"dependencies": {
"browser-request": "^0.3.3",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"es6-promise": "^3.2.1",
"gravatar": "^1.5.2",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^0.7.7",
"lodash": "^4.12.0",
"loglevel": "^1.4.0",
"material-ui": "^0.15.1",
"orchestrate": "^0.8.0",
"pg": "^4.5.5",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-dropzone": "^3.5.0",
"react-google-login": "^2.0.0",
"react-helmet": "^3.1.0",
"react-leaflet": "^0.11.5",
"react-native": "^0.26.0",
"react-native-image-picker": "^0.18.17",
"react-native-material-kit": "^0.3.1",
"react-redux": "^4.4.5",
"react-split-pane": "^0.1.42",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"sequelize": "^3.23.2",
"socket.io-client": "^1.4.6",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.0",
"chokidar": "^1.5.0",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.0",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"postcss": "^5.0.21",
"postcss-loader": "^0.9.1",
"postcss-modules-extract-imports": "1.0.1",
"postcss-modules-local-by-default": "1.0.1",
"postcss-modules-scope": "1.0.1",
"react-transform-hmr": "^1.0.4",
"redux-devtools": "^3.3.1",
"request": "2.72.0",
"style-loader": "^0.13.1",
"stylus-loader": "^2.1.0",
"webpack": "^1.13.0",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"peerDependeicies": {
"eslint": "^2.10.2",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-tap-event-plugin": "^1.0.0",
"stylus": ">=0.52.4"
}
}