forked from plentymarkets/plugin-ceres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "Ceres",
"license": "AGPL-3.0",
"version": "1.2.7",
"repository": {
"type": "git",
"url": "https://github.com/plentymarkets/plugin-ceres.git"
},
"scripts": {
"merge": "git checkout development && git pull origin development && git checkout beta && git pull origin beta && git merge development && git push -u origin beta && git checkout stable && git pull origin stable && git merge beta && git push -u origin stable"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"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.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-ignore": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-props": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery-lazyload": "^1.9.7",
"q": "^1.4.1",
"sassdoc": "^2.1.20",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue-infinite-scroll": "^0.2.3"
},
"dependencies": {
"accounting": "^0.4.1",
"bootstrap": "v4.0.0-alpha.3",
"devbridge-autocomplete": "^1.2.27",
"flag-icon-css": "^2.4.0",
"font-awesome": "^4.6.3",
"jquery": "^2.2.4",
"lightbox2": "^2.8.2",
"moment": "^2.15.2",
"owl.carousel": "^2.2.0",
"shariff": "^1.24.0",
"sticky-kit": "^1.1.3",
"tether": "^1.3.2",
"vue": "^1.0.28"
}
}