-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"name": "start_gulp",
"version": "1.0.0",
"description": "gulp",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendan8c/start_gulp.git"
},
"author": "Brendan8c",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/brendan8c/start_gulp/issues"
},
"homepage": "https://github.com/brendan8c/start_gulp#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"clean-css": "^5.3.2",
"del": "^7.0.0",
"fs": "^0.0.1-security",
"glob": "^10.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-postcss": "^9.0.1",
"gulp-posthtml": "^3.0.5",
"gulp-sass": "^5.1.0",
"gulp-size": "^4.0.1",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^4.0.1",
"html-minifier": "^4.0.0",
"postcss-pxtorem": "^6.0.0",
"posthtml-postcss": "^0.5.0",
"replace-in-file": "^7.0.1",
"terser": "^5.19.0",
"through2": "^4.0.2"
},
"dependencies": {
"jquery": "^3.7.0",
"normalize.css": "^8.0.1",
"sass": "^1.63.6"
}
}