-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.19 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "trikayoga.ru",
"version": "1.0.5",
"description": "trika yoga resource base",
"keywords": [
"trika",
"yoga",
"shaiva",
"mantra",
"hymn",
"texts",
"tantra",
"yantra"
],
"repository": {
"type": "git",
"url": "[email protected]:trika-yoga/trikayoga.ru.git"
},
"license": "ISC",
"author": "davay",
"type": "module",
"main": "index.js",
"scripts": {
"build": "vitepress build ",
"deploy": "sh deploy.sh",
"dev": "vitepress dev ",
"serve": "vitepress serve --port 5050"
},
"packageManager": "[email protected]",
"dependencies": {
"@unocss/reset": "^0.65.0",
"@vueuse/core": "^12.0.0",
"vitepress-pages": "^2.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify/json": "^2.2.278",
"@unocss/extractor-pug": "^0.65.0",
"@vue/language-plugin-pug": "^2.1.10",
"markdown-it-container": "^4.0.0",
"markdown-it-custom-short-codes": "^1.0.1",
"markdown-it-external-links": "^0.0.6",
"markdown-it-sup": "^2.0.0",
"pug": "^3.0.3",
"sitemap": "^8.0.0",
"unocss": "^0.65.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.2",
"vite-svg-loader": "^5.1.0",
"vitepress": "^1.5.0"
}
}