This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.84 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
{
"name": "maphubs",
"version": "0.2.9",
"description": "MapHubs",
"main": "app.js",
"scripts": {
"start": "DEBUG=maphubs:* node --max-old-space-size=4096 app.js",
"dev": "DEBUG=maphubs:* nodejs-dashboard -p 9839 -- node --max-old-space-size=4096 app.js",
"build": "NODE_ENV=production node node_modules/webpack/bin/webpack.js --config webpack.config.min.js",
"debug": "DEBUG=*,-express:*,-babel,-oauth2orize,-morgan,-express-session,-tessera,-body-parser:*,-compression,-pool2,-knex:* node --debug app.js",
"prod-test": "NODE_ENV=production node app.js",
"changelog": "github_changelog_generator"
},
"repository": {
"type": "git",
"url": "https://github.com/maphubs/maphubs.git"
},
"keywords": [
"maphubs",
"OSM"
],
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/maphubs/maphubs/issues"
},
"homepage": "https://maphubs.com",
"dependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-flow-strip-types": "6.14.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-register": "6.16.3",
"body-parser": "1.15.2",
"browserify": "13.1.0",
"classnames": "2.2.5",
"compression": "1.6.2",
"cors": "2.8.1",
"css-loader": "0.25.0",
"debug": "2.2.0",
"express": "4.14.0",
"express-load": "1.1.15",
"express-session": "1.14.1",
"express-xml-bodyparser": "0.3.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"i18n": "0.8.3",
"intl": "1.2.5",
"json-loader": "0.5.4",
"json2mq": "0.2.0",
"materialize-css": "0.97.7",
"morgan": "1.7.0",
"node-libs-browser": "1.0.0",
"node-sass": "^3.10.0",
"node-uuid": "1.4.7",
"nuka-carousel": "^2.0.2",
"object-assign": "4.1.0",
"raw-loader": "0.5.1",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-intl": "2.1.5",
"react-material-select": "^1.0.11",
"react-slick": "openmaphub/react-slick",
"reflux": "0.4.1",
"reflux-state-mixin": "openmaphub/Super-Simple-Flux",
"request": "2.75.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"sitemap": "^1.6.0",
"slick-carousel": "1.6.0",
"style-loader": "0.13.1",
"superagent": "^2.3.0",
"transform-loader": "^0.2.3",
"webpack": "1.13.2",
"winston": "2.2.0",
"winston-daily-rotate-file": "^1.3.1",
"winston-loggly": "1.3.1"
},
"optionalDependencies": {
"fsevents": "*"
},
"devDependencies": {
"babel-eslint": "7.0.0",
"eslint": "3.8.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-flowtype": "^2.7.1",
"eslint-plugin-react": "6.4.1",
"nodejs-dashboard": "^0.1.1",
"webpack-dev-middleware": "1.8.4"
}
}