-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "newlyweds-sg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./bin/www"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"async-task": "^0.3.25",
"babel-polyfill": "^6.7.4",
"body-parser": "^1.15.0",
"classnames": "^2.2.3",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"geojson-polygon-aggregate": "^1.4.1",
"jquery": "^2.2.3",
"json-loader": "^0.5.4",
"leaflet": "^0.7.7",
"materialize-css": "^0.97.6",
"minifyify": "^7.3.3",
"morgan": "^1.7.0",
"promise": "^7.1.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-google-maps": "^4.9.1",
"react-leaflet": "^0.10.2",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"turf": "^2.0.2",
"webworkify": "^1.1.0"
},
"browser": {
"materialize": "./node_modules/materialize-css/bin/materialize.js"
}
}