-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "iamrc1.github.io",
"version": "1.0.0",
"description": "extended cv for my paper resume",
"keywords": [
"portfolio",
"resume"
],
"homepage": "https://github.com/IAmRC1/iamrc1.github.io#readme",
"bugs": {
"url": "https://github.com/IAmRC1/iamrc1.github.io/issues"
},
"license": "ISC",
"author": "Rishabh Singh",
"repository": {
"type": "git",
"url": "git+https://github.com/IAmRC1/iamrc1.github.io.git"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "index.html",
"scripts": {
"dev": "vite",
"preview": "rm -rf dist/ && vite build && vite preview",
"clean": "rm -rf node_modules/ dist/ package-lock.json && npm i",
"predeploy": "rm -rf dist/ && vite build",
"deploy": "gh-pages -d dist/"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"vite": "^3.1.4"
}
}