-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 826 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 826 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
{
"name": "playground",
"type": "module",
"private": true,
"scripts": {
"dev": "node scripts/sync-changelog.js && vike dev --host",
"build": "node scripts/sync-changelog.js && node scripts/generate-sitemap.js && vike build",
"preview": "vike build && vike preview",
"lint": "pnpm --dir ../.. lint",
"lint:fix": "pnpm --dir ../.. lint:fix"
},
"dependencies": {
"@pdanpdan/virtual-scroll": "workspace:*",
"@vue/compiler-dom": "catalog:",
"shiki": "catalog:",
"vike": "catalog:",
"vike-vue": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@tailwindcss/vite": "catalog:",
"@types/node": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"daisyui": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite": "catalog:"
}
}