forked from plentymarkets/plugin-ceres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.8 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
{
"name": "Ceres",
"license": "AGPL-3.0",
"version": "2.9.0",
"repository": {
"type": "git",
"url": "https://github.com/plentymarkets/plugin-ceres.git"
},
"scripts": {
"build": "gulp",
"bundleSass": "gulp copy:sass-vendor && node bundleSass.js"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^16.2.0",
"currency-symbol-map": "3.0.0",
"del": "^2.2.0",
"eslint": "^3.7.1",
"eslint-config-google": "^0.6.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.3",
"gulp-concat": "^2.6.0",
"gulp-copy": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-ignore": "^2.0.1",
"gulp-insert": "^0.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-props": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^1.12.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"jquery-lazyload": "^1.9.7",
"postcss": "^6.0.21",
"postcss-scss": "^1.0.5",
"q": "^1.5.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "v4.0.0-alpha.3",
"custom-event-polyfill": "^0.3.0",
"detect-browser": "^2.3.0",
"devbridge-autocomplete": "^1.4.7",
"flag-icon-css": "^2.9.0",
"font-awesome": "^4.6.3",
"jquery": "^3.3.1",
"lightbox2": "^2.10.0",
"moment": "^2.22.1",
"owl.carousel": "2.2.0",
"popper.js": "^1.14.3",
"shariff": "^1.24.0",
"sticky-kit": "^1.1.3",
"tether": "^1.4.4",
"vue": "^2.5.16",
"vue-script2": "^2.0.1",
"vuex": "^3.0.1"
}
}