forked from stfbohn/coopcycle-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.37 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
{
"name": "coopcycle-web",
"version": "1.0.0",
"description": "CoopCycle platform.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"last 2 versions",
"ios >= 8"
],
"repository": {
"type": "git",
"url": "https://github.com/coopcycle/coopcycle-web.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"co": "^4.6.0",
"coopcycle-js": "git+https://[email protected]/coopcycle/coopcycle-js.git",
"deepmerge": "^1.5.2",
"form-data": "^2.3.2",
"i18next": "^11.3.2",
"js-yaml": "^3.11.0",
"jsonwebtoken": "^8.2.1",
"locutus": "^2.0.9",
"lodash": "^4.17.10",
"lynx": "^0.2.0",
"minimist": "^1.2.0",
"moment": "^2.22.1",
"mustache": "^2.3.0",
"ngeohash": "^0.6.0",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"promise": "^7.1.1",
"prop-types": "^15.6.1",
"redis": "^2.8.0",
"redux": "^3.7.2",
"sequelize": "^4.37.6",
"socket.io": "^1.7.1",
"whatwg-fetch": "^2.0.4",
"winston": "^2.4.2",
"ws": "^1.1.5",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.20.1",
"@tweenjs/tween.js": "^16.11.0",
"antd": "^3.5.4",
"autoprefixer": "^8.4.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-3": "^6.24.1",
"beautifymarker": "git+https://[email protected]/alexsegura/BeautifyMarker.git",
"bootstrap-sass": "^3.3.7",
"copy-webpack-plugin": "^4.5.1",
"database-cleaner": "^1.2.0",
"dom-autoscroller": "^2.3.4",
"dragula": "^3.7.2",
"es6-set": "^0.1.5",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"fontawesome-markers": "^4.6.1",
"jquery": "^3.3.1",
"json-loader": "^0.5.7",
"leaflet": "^1.3.1",
"leaflet-providers": "^1.1.17",
"mocha": "^3.5.3",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.4",
"react": "^16.3.0",
"react-autosuggest": "^9.3.4",
"react-color": "^2.14.1",
"react-dom": "^16.3.0",
"react-dragula": "^1.1.17",
"react-i18next": "^7.6.1",
"react-modal": "^3.4.4",
"react-places-autocomplete": "git+https://[email protected]/Atala/react-places-autocomplete.git",
"react-redux": "^5.0.7",
"react-stickynode": "^1.4.1",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.7"
}
}