-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "resume",
"version": "1.0.0",
"description": "View it [here](https://nickgraffis.github.io/resume/)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build && node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickgraffis/resume.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickgraffis/resume/issues"
},
"homepage": "https://github.com/nickgraffis/resume#readme",
"devDependencies": {
"optimist": "^0.6.1",
"vite-plugin-pages": "^0.13.1",
"vite-plugin-windicss": "^0.15.10",
"windicss": "^3.0.9"
},
"dependencies": {
"fs-extra": "^10.0.0",
"jsdom": "^16.5.3",
"puppeteer": "^9.1.1",
"vite": "^2.3.3",
"vite-plugin-handlebars": "^1.5.1",
"vite-plugin-mpa": "^1.0.2"
}
}