forked from coopcycle/coopcycle-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.88 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
{
"name": "coopcycle-web",
"version": "1.0.0",
"description": "CoopCycle platform.",
"main": "index.js",
"scripts": {
"jest": "jest --config jest.config.js"
},
"browserslist": [
"> 5%",
"ie >= 11"
],
"repository": {
"type": "git",
"url": "https://github.com/coopcycle/coopcycle-web.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"co": "^4.6.0",
"deepmerge": "^1.5.2",
"form-data": "^2.3.3",
"i18next": "^17.0.16",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"locutus": "^2.0.11",
"lodash": "^4.17.15",
"lynx": "^0.2.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"ngeohash": "^0.6.3",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"promise": "^8.0.3",
"redis": "^2.8.0",
"redux": "^4.0.4",
"sequelize": "^5.21.1",
"socket.io": "2.0.3",
"whatwg-fetch": "^2.0.4",
"winston": "^2.4.4",
"ws": "^7.2.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"@symfony/webpack-encore": "^0.28.0",
"antd": "^3.22.2",
"autoprefixer": "^9.7.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"beautifymarker": "1.0.7",
"bootstrap-sass": "^3.4.1",
"chai": "^4.2.0",
"chroma-js": "^2.0.6",
"clipboard": "^2.0.4",
"core-js": "^3.3.4",
"croppie": "^2.6.4",
"cypress": "^3.6.0",
"database-cleaner": "^1.3.0",
"dom-autoscroller": "^2.3.4",
"dragula": "^3.7.2",
"dropzone": "^5.5.1",
"eslint": "^5.15.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"fontawesome-markers": "^4.6.1",
"formik": "^1.5.8",
"fuse.js": "^3.4.5",
"gasparesganga-jquery-loading-overlay": "^2.1.6",
"jest": "^24.9.0",
"jquery": "^3.4.1",
"json-loader": "^0.5.7",
"leaflet": "^1.5.1",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet-providers": "^1.9.0",
"libphonenumber-js": "^1.7.24",
"lottie-web": "^5.5.9",
"mocha": "^6.2.2",
"moment-range": "^4.0.2",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-color": "^2.17.3",
"react-contextmenu": "^2.11.0",
"react-dom": "^16.8.6",
"react-dragula": "^1.1.17",
"react-i18next": "^10.12.5",
"react-modal": "^3.10.1",
"react-phone-number-input": "^2.3.22",
"react-redux": "^7.1.0",
"react-select": "^3.0.4",
"react-stickynode": "^2.1.1",
"react-timeago": "^4.4.0",
"redux-actions": "^2.6.5",
"redux-async-queue": "^1.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass-loader": "^7.1.0"
}
}