forked from harlan-zw/harlanzw.com-vitepress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 800 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
{
"name": "new.harlanzw.com",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"feed": "^4.2.2",
"globby": "^11.0.2",
"gray-matter": "^4.0.2",
"sass": "^1.32.5",
"vite-plugin-windicss": "^1.8.1",
"vitepress": "^0.22.3",
"windicss": "^3.5.0",
"zooming": "^2.1.1"
},
"scripts": {
"dev": "export NODE_ENV=development; vitepress dev app",
"build": "export NODE_ENV=production; vitepress build app && node ./tools/generate-feed.js",
"serve": "vitepress serve app"
},
"dependencies": {
"@panelbear/panelbear-js": "^1.2.0",
"@unlighthouse/vite": "^0.3.3",
"lodash": "^4.17.20",
"unplugin-icons": "^0.13.2",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.4",
"vue": "^3.2.31"
}
}