-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 899 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 899 Bytes
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": "ooley.ru",
"version": "1.0.5",
"private": "true",
"description": "OOLEY.ru static site build",
"license": "ISC",
"author": "Davay42",
"type": "module",
"packageManager": "pnpm@9.10.0",
"scripts": {
"build": "vitepress build",
"deploy": "sh deploy.sh",
"dev": "vitepress dev --host",
"serve": "vitepress serve --port 5055"
},
"dependencies": {
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^11.1.0",
"fuse.js": "^7.0.0",
"ol": "7.3.0",
"vue": "^3.5.6"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.62.4",
"@vue/language-plugin-pug": "^2.1.6",
"markdown-it-classy": "^0.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-external-links": "^0.0.6",
"pug": "^3.0.3",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.0.2"
}
}