-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.16 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
{
"name": "Carpool",
"version": "0.0.1",
"description": "Carpool made with ReactJS and ParseReact",
"browser": {},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.16.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"less": "^2.3.1",
"less-loader": "^2.2.3",
"redbox-react": "^1.2.10",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"react-google-maps": "6.0.1",
"raw-loader": "^0.5.1",
"react-icons": "^2.2.1",
"react-helmet": "^3.1.0",
"react-prism": "^4.0.0",
"react-router-bootstrap": "^0.23.1",
"react-weui": "1.0.3",
"weui": "1.1.0",
"react-github-fork-ribbon": "^0.4.4",
"react-toastr": "^2.8.1",
"react-geosuggest": "2.1.0",
"rmc-date-picker": "5.3.3",
"rmc-picker": "3.8.4",
"react-router-redux": "4.0.7"
},
"dependencies": {
"express": "4.14.1",
"history": "^2.1.1",
"lodash": "^4.16.2",
"moment": "^2.14.1",
"parse": "1.6.14",
"parse-react": "0.5.2",
"react": "15.3.0",
"react-bootstrap": "0.30.7",
"react-dom": "15.3.0",
"react-ga": "^2.1.2",
"react-icons": "^2.2.3",
"react-redux": "5.0.2",
"react-router": "3.0.2",
"react-spinjs": "^2.0.1",
"react-toastr": "^2.8.2",
"redux": "3.6.0",
"sha1": "1.1.1",
"urijs": "1.18.9",
"weixin-js-sdk": "1.2.0"
},
"scripts": {
"clean": "rimraf dist",
"build:webpack": "NODE_ENV=production webpack --config webpack.config.dev.js",
"build": "npm run clean && npm run build:webpack",
"start": "node devServer.js",
"lint": "eslint app",
"validate": "npm ls"
},
"pre-commit": [
"lint"
]
}