fda19b926d
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "tsc && vp build",
|
|
"preview": "vp preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~6.0.2",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|