-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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": "manzil",
"version": "1.0.0",
"description": "Build Website Manzil",
"main": "Build-Website.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnCodingEasy/Website-Manzil.git"
},
"author": "Hossam Rashad",
"license": "ISC",
"bugs": {
"url": "https://github.com/LearnCodingEasy/Website-Manzil/issues"
},
"homepage": "https://github.com/LearnCodingEasy/Website-Manzil#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"gulp-zip": "^5.1.0",
"sass": "^1.58.1"
},
"dependencies": {
"gulp-pug": "^5.0.0",
"pug": "^3.0.2",
"static-server": "^2.2.1",
"vinyl-ftp": "^0.6.1"
}
}