-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.21 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
{
"name": "personalwebsite2019",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp cleanAll && gulp syncViews && gulp syncContent && gulp syncImages && gulp syncDownloadables && concurrently --kill-others \"parcel src/index.html\" \"gulp\"",
"build": "gulp cleanAll && parcel build src/index.html --public-url . && gulp buildViews && gulp buildContent && gulp syncImages && gulp syncDownloadables"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbazukun123/cu-personal-website-2019.git"
},
"author": "Chanodom Utsahajit <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbazukun123/cu-personal-website-2019/issues"
},
"homepage": "https://bbazukun123.github.io/cu-personal-website-2019",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"autoprefixer": "^9.5.1",
"concurrently": "^4.1.0",
"del": "^4.1.1",
"gulp": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-jsonminify": "^1.1.0",
"parcel-bundler": "^1.12.3",
"sass": "^1.19.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4"
}
}