-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 873 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
{
"name": "ankitskvmdam.github.io.",
"version": "2.0.0",
"description": "This is my personal website",
"main": "index.js",
"scripts": {
"rollup:dev": "rollup -c configs/dev.config.js --watch",
"rollup:build": "rollup -c configs/prod.config.js",
"hugo": "hugo server --noHTTPCache --ignoreCache",
"dev": "node watch-dev.js",
"build": "node build.js",
"deploy": "node build.js && gh-pages -d ./public"
},
"author": "Ankit Kumar <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.4.7",
"fs-extra": "^10.1.0",
"gh-pages": "^4.0.0",
"node-sass": "^7.0.1",
"node-watch": "^0.7.3",
"postcss": "^8.4.14",
"rollup": "^2.75.6",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-uglify": "^6.0.4"
}
}