forked from coopcycle/coopcycle-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.17 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
{
"name": "coopcycle-web",
"version": "1.0.0",
"description": "CoopCycle platform.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack-dev-server --content-base=web/"
},
"repository": {
"type": "git",
"url": "https://github.com/coopcycle/coopcycle-web.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"@tweenjs/tween.js": "^16.3.5",
"antd": "^2.9.3",
"async": "^2.1.4",
"beautifymarker": "git+https://[email protected]/alexsegura/BeautifyMarker.git",
"chart.js": "^2.4.0",
"coopcycle-js": "git+https://[email protected]/coopcycle/coopcycle-js.git",
"deepmerge": "^1.3.2",
"font-awesome": "^4.7.0",
"fontawesome-markers": "^4.6.1",
"form-data": "^2.1.2",
"js-yaml": "^3.7.0",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.1.9",
"leaflet": "^1.2.0",
"leaflet-providers": "^1.1.16",
"locutus": "^2.0.6",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"mustache": "^2.3.0",
"ngeohash": "^0.6.0",
"numeral": "^2.0.6",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"promise": "^7.1.1",
"prop-types": "^15.6.0",
"react-places-autocomplete": "git+https://[email protected]/Atala/react-places-autocomplete.git",
"react-stickynode": "^1.4.0",
"redis": "^2.6.2",
"sequelize": "^4.7.5",
"socket.io": "^1.7.1",
"underscore": "^1.8.3",
"whatwg-fetch": "^2.0.1",
"winston": "^2.3.0",
"ws": "^1.1.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"database-cleaner": "^1.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"jquery": "^3.2.1",
"mocha": "^3.2.0",
"node-sass": "^4.5.3",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.13.1",
"webpack": "^3.6.0",
"webpack-assets-manifest": "^0.6.2",
"webpack-dev-server": "^2.8.0"
}
}