-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "project_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "romasmi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"browser-sync": "^2.27.9",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^8.0.0",
"gulp-include": "^2.4.1",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-to-ico": "^1.0.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^4.0.1",
"gulp-ttftowoff2": "^1.0.1",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"imagemin-mozjpeg": "^10.0.0",
"sass": "^1.49.9"
}
}