-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
33
34
35
36
{
"name": "silverstripe-starter-theme",
"version": "1.0.0",
"description": "Starter Kit for SilverStripe CMS theme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"starter",
"pack",
"sass",
"es6",
"ecmascript6"
],
"author": "Donatas Navidonskis <[email protected]>",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^2.1.2"
}
}