-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "vue",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev . --port 9000",
"build": "tsx prepare.ts && tsx scripts/build.ts",
"preview": "vitepress preview .",
"translate": "tsx scripts/translate.ts"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"packageManager": "pnpm@8.2.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"@microsoft/applicationinsights-web": "^3.1.0",
"@vercel/speed-insights": "^1.0.10",
"@vueuse/core": "^10.1.2",
"gray-matter": "^4.0.3",
"platform": "^1.3.6",
"vue": "^3.4.18",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/fa6-regular": "^1.1.18",
"@iconify-json/fa6-solid": "^1.1.20",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@types/node": "~18.16.18",
"@types/platform": "^1.3.4",
"@unocss/preset-icons": "^0.58.5",
"@unocss/preset-uno": "^0.58.5",
"date-fns": "^3.0.6",
"tslib": "^2.5.3",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"unocss": "^0.58.5",
"vite-imagetools": "^6.2.9",
"vitepress": "1.0.0-rc.42",
"yaml": "^2.3.4"
}
}