-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "fondfrukt.ru",
"private": true,
"version": "0.2.1",
"description": "",
"license": "ISC",
"author": "davay42",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build ",
"serve": "vitepress serve --port 5055",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@unocss/reset": "^0.60.2",
"@vueuse/core": "^10.9.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^10.9.0",
"fuse.js": "^7.0.0",
"github-markdown-css": "^5.5.1",
"ol": "^9.2.0",
"vitepress-pages": "^2.0.1",
"vue": "^3.4.27"
},
"devDependencies": {
"@iconify/json": "^2.2.210",
"@unocss/extractor-pug": "^0.60.2",
"markdown-it-classy": "^0.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-external-links": "^0.0.6",
"markdown-it-wikilinks": "^1.4.0",
"pug": "^3.0.2",
"sitemap": "^7.1.1",
"unocss": "^0.60.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-windicss": "^1.9.3",
"vitepress": "^1.1.4"
}
}