forked from binary-butterfly/shared-delivery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "shared-delivery",
"version": "1.0.0",
"description": "shared-delivery",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "binary butterfly GmbH",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.9",
"@babel/plugin-proposal-class-properties": "^7.8",
"@babel/plugin-transform-runtime": "^7.9",
"@babel/polyfill": "^7.8",
"@babel/preset-env": "^7.9",
"@babel/preset-react": "^7.9",
"@babel/register": "^7.9",
"@babel/runtime": "^7.9",
"babel-loader": "^8.1",
"babelify": "^10",
"bootstrap": "^4.3.1",
"bootstrap-multiselect": "0.9.13",
"browserify": "^16.5.0",
"decimal.js": "^10.2.0",
"del": "^3.0",
"file": "^0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0",
"gulp-cached": "^1.1",
"gulp-concat": "^2.6",
"gulp-cssnano": "^2.1",
"gulp-dependents": "^1.2",
"gulp-if": "^2.0",
"gulp-remember": "^1.0.1",
"gulp-rev": "^9.0",
"gulp-sass": "^4.0",
"gulp-sourcemaps": "^2.6",
"jquery": "^3.4.1",
"mapbox-gl": "^1.3.0",
"moment": "^2.24.0",
"normalize.css": "~8",
"popper.js": "^1.15.0",
"react": "^16.13",
"react-dom": "^16.13",
"run-sequence": "^2.2",
"system": "^2.0",
"vinyl-source-stream": "^2.0",
"webpack-stream": "^5.2",
"downshift": "^3.3.1",
"socket.io-client": "^2.2",
"debounce-fn": "^3.0.1",
"chart.js": "^2.8.0",
"react-chartjs-2": "^2.7.6",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-select": "^1.13.5",
"lodash.merge": "^4.6.1",
"react-simple-timefield": "^3.0.0"
}
}