-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 901 Bytes
/
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
{
"repository": {
"type": "git",
"url": "git+github.com/contao-association/contao-camp.git"
},
"license": "commercial",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"browserify-shim": "^3.8.14",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.0"
},
"browserify": {
"transform": "browserify-shim"
},
"browserify-shim": {
"jquery": "global:jQuery"
}
}