-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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": "gzixnine",
"version": "1.0.0",
"description": "My GulpJs Project",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GziXnine/Layout.git"
},
"author": "Ahmed Allam",
"license": "ISC",
"bugs": {
"url": "https://github.com/GziXnine/Layout/issues"
},
"homepage": "https://github.com/GziXnine/Layout#readme",
"devDependencies": {
"autoprefixer": "^10.4.20",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-imagemin": "^9.1.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.0.0",
"imagemin": "^9.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-jpegtran": "^8.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"sass": "^1.79.5"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}