-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 932 Bytes
/
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
{
"name": "@ladesa-ro/docs",
"version": "0.0.1",
"type": "module",
"scripts": {
"download-remote": "tsx scripts/download-remote",
"dev": "pnpm run download-remote && vitepress dev --strictPort --port 4321",
"build": "pnpm run download-remote && vitepress build",
"preview": "vitepress preview --port 4321"
},
"devDependencies": {
"@types/node": "^22.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"fs-jetpack": "^5.1.0",
"lucide-vue-next": "^0.418.0",
"p-queue": "^8.0.1",
"p-retry": "^6.2.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vitepress": "^1.3.1",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.4.35"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}