-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "vue",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev . --port 9000",
"build": "tsx prepare.ts && tsx scripts/build.ts",
"group-changelogs": "tsx scripts/group_changelog.ts",
"preview": "vitepress preview .",
"translate": "tsx scripts/translate.ts"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"packageManager": "pnpm@9.3.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"@microsoft/applicationinsights-web": "^3.3.5",
"@vercel/speed-insights": "^1.2.0",
"@vueuse/components": "^12.7.0",
"@vueuse/core": "^10.11.1",
"@vueuse/motion": "^2.2.6",
"gray-matter": "^4.0.3",
"platform": "^1.3.6",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-regular": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.3",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@types/node": "~18.16.20",
"@types/platform": "^1.3.6",
"@unocss/preset-icons": "^0.58.9",
"@unocss/preset-uno": "^0.58.9",
"date-fns": "^3.6.0",
"tslib": "^2.8.1",
"tsx": "^3.14.0",
"typescript": "^5.8.2",
"unocss": "^0.58.9",
"vite-imagetools": "^6.2.9",
"vitepress": "1.0.0-rc.42",
"yaml": "^2.7.0"
}
}