You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
389 B
JSON
20 lines
389 B
JSON
9 months ago
|
{
|
||
|
"name": "frontend",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@sveltejs/vite-plugin-svelte": "^1.0.1",
|
||
|
"autoprefixer": "^10.4.18",
|
||
|
"postcss": "^8.4.35",
|
||
|
"svelte": "^3.49.0",
|
||
|
"tailwindcss": "^3.4.1",
|
||
|
"vite": "^3.0.7"
|
||
|
}
|
||
|
}
|