-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.66 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "visiting_landmarks",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "./node_modules/.bin/grunt postinstall",
"grunt": "./node_modules/.bin/grunt",
"start": "node server.js",
"start:dev": "./node_modules/.bin/grunt startDev",
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VisitingLandmarks/visitingLandmarks.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/VisitingLandmarks/visitingLandmarks/issues"
},
"engines": {
"node": "8.1.x",
"npm": "5.0.x"
},
"homepage": "https://github.com/VisitingLandmarks/visitingLandmarks#readme",
"dependencies": {
"ajv": "5.0.1",
"autoprefixer": "6.7.7",
"axios": "0.16.1",
"babel-core": "6.24.1",
"babel-loader": "7.0.0-beta.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.1",
"body-parser": "1.17.1",
"bunyan": "1.8.10",
"bunyan-middleware": "0.6.0",
"connect-mongo": "1.3.2",
"cookie-parser": "1.4.3",
"css-loader": "0.28.1",
"deep-freeze": "0.0.1",
"deepmerge": "1.3.2",
"email-templates": "2.5.6",
"es6-promisify": "5.0.0",
"express": "4.15.2",
"express-session": "1.15.2",
"extract-text-webpack-plugin": "2.1.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-concurrent": "2.3.1",
"grunt-continue": "0.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-execute": "0.2.2",
"grunt-githash": "0.1.3",
"grunt-json-generator": "0.1.0",
"grunt-mocha-test": "0.13.2",
"grunt-nodemon": "0.4.2",
"grunt-webpack": "2.0.1",
"handlebars": "4.0.8",
"helmet": "3.6.0",
"leaflet": "1.0.3",
"leaflet-rotatedmarker": "0.1.2",
"leaflet.markercluster": "1.0.5",
"locale": "0.1.0",
"lodash": "4.17.4",
"material-ui": "0.18.0",
"memoizee": "0.4.4",
"mocha": "3.3.0",
"mongoose": "4.9.7",
"node-sass": "4.5.2",
"nodemailer": "2.7.2",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-google-oauth2": "0.1.6",
"passport-local": "1.0.0",
"passport.socketio": "3.7.0",
"postcss-loader": "1.3.3",
"proj4": "2.4.3",
"prop-types": "15.5.8",
"react": "15.5.4",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.4",
"react-hot-loader": "3.0.0-beta.6",
"react-intl": "2.2.3",
"react-intl-redux": "0.4.1",
"react-redux": "5.0.4",
"react-router-dom": "4.1.1",
"react-tap-event-plugin": "2.0.1",
"redux": "3.6.0",
"redux-form": "6.7.0",
"redux-form-material-ui": "4.2.0",
"redux-thunk": "2.2.0",
"request-promise-native": "1.0.3",
"sass-loader": "6.0.3",
"sharp": "0.17.3",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"style-loader": "0.17.0",
"umzug": "2.0.1",
"umzug-mongo": "1.1.0",
"uuid": "3.0.1",
"webpack": "2.5.0",
"webpack-dev-server": "2.4.5",
"xml2js": "0.4.17"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-standard": "3.0.1",
"eslint-config-standard": "6.2.1",
"eslint-config-standard-react": "4.2.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.0.0",
"jsdom": "9.12.0",
"sinon": "2.2.0",
"unexpected": "10.27.0",
"unexpected-react": "3.5.2"
}
}