-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
37
{
"name": "kiwi-blog",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs --port 5000",
"start": "vitepress dev docs --port 5000",
"build": "vitepress build docs --port 5000",
"build:mpa": "vitepress build docs --mpa --port 5000",
"test": "echo \"Error: no test specified\" && exit 1",
"pre": "vitepress preview docs --port 5000",
"release": "npm version patch && git push --tag && git fetch && git push"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@iconify-json/carbon": "1.2.5",
"@iconify-json/solar": "1.2.2",
"@vite-pwa/vitepress": "0.5.3",
"@vueuse/core": "12.5.0",
"eslint": "^9.19.0",
"lenis": "^1.1.20",
"sass": "1.83.4",
"unocss": "65.4.3",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vitepress-auto-sidebar": "1.7.1",
"vitepress": "1.6.3",
"vue": "3.5.13",
"workbox-build": "7.3.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"medium-zoom": "1.1.0"
}
}