-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "builder",
"version": "0.0.1",
"author": "krabaton",
"license": "ISC",
"scripts": {
"start": "set NODE_ENV=development&&gulp",
"build": "set NODE_ENV=production&& gulp build"
},
"devDependencies": {
"animate.css": "^3.5.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"curry": "^1.2.0",
"del": "^3.0.0",
"gsap": "^1.20.3",
"gulp": "git+https://git@github.com/gulpjs/gulp.git#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-csso": "^3.0.0",
"gulp-eslint": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^3.0.0",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.1",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.2.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.0",
"prismjs": "^1.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jquery": "^3.2.1",
"sanitize.css": "^5.0.0"
}
}