generated from h-imko/Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.36 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
{
"name": "project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node ./node_modules/gulp/bin/gulp.js --ram --fwatch --gulpfile \"./gulpfile.mjs\"",
"build": "node ./node_modules/gulp/bin/gulp.js --gulpfile \"./gulpfile.mjs\"",
"build_min": "node ./node_modules/gulp/bin/gulp.js --min --gulpfile \"./gulpfile.mjs\"",
"build_watch": "node ./node_modules/gulp/bin/gulp.js --fwatch --gulpfile \"./gulpfile.mjs\"",
"build_watch_min": "node ./node_modules/gulp/bin/gulp.js --fwatch --min --gulpfile \"./gulpfile.mjs\"",
"imagemin": "node ./node_modules/gulp/bin/gulp.js imageMin --gulpfile \"./gulpfile.mjs\"",
"ttfToWoff": "node ./node_modules/gulp/bin/gulp.js ttfToWoff --gulpfile \"./gulpfile.mjs\"",
"init": "npm i && node ./node_modules/gulp/bin/gulp.js cleanInitials --gulpfile \"./gulpfile.mjs\""
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"ejs": "^3.1.10",
"esbuild-sass-plugin": "^3.3.1",
"gulp": "^5.0.0",
"gulp-esbuild": "^0.12.1",
"gulp-mem": "^0.1.3",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stacksvg": "^4.0.0",
"postcss": "^8.4.47",
"sass-embedded": "^1.79.4",
"sharp": "^0.33.5",
"vinyl": "^3.0.0",
"wawoff2": "^2.0.1"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"cleave.js": "^1.6.0",
"fslightbox": "^3.4.2"
}
}