-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 Bytes
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
{
"name": "bigfix",
"version": "0.0.1",
"author": "Artem Verbat",
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/gulp",
"build": "NODE_ENV=production ./node_modules/.bin/gulp build"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.2",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^2.0.13",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-stylus": "^2.6.0",
"gulp-tinypng-nokey": "^1.0.4",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.3.0",
"panini": "^1.3.1",
"vinyl-buffer": "^1.0.0",
"webpack": "^2.2.1"
},
"dependencies": {
"jquery": "^3.1.1",
"remodal": "^1.1.1",
"simplelightbox": "^1.10.5",
"slick-carousel": "^1.6.0",
"toastr": "^2.1.2"
}
}