-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 955 Bytes
/
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
{
"name": "resume",
"version": "0.1.0",
"description": "Bootstrap 5 resume HTML theme.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gasatrya/resume.git"
},
"keywords": [
"bootstrap",
"theme"
],
"author": "Ga Satrya",
"license": "MIT",
"bugs": {
"url": "https://github.com/gasatrya/resume/issues"
},
"homepage": "https://github.com/gasatrya/resume#readme",
"devDependencies": {
"@prettier/plugin-pug": "^2.1.1",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-prettier": "^4.0.0",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.14",
"sass": "^1.53.0"
},
"dependencies": {
"bootstrap": "^5.2.0-beta1"
},
"browserslist": [
"defaults"
]
}