forked from aya/aya
24 lines
648 B
JSON
24 lines
648 B
JSON
{
|
|
"name": "aya",
|
|
"private": "true",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --config ./client/app/config.js",
|
|
"build": "vite build --config ./client/app/config.js",
|
|
"preview": "vite preview --config ./client/app/config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"autoprefixer": "^10.4.22",
|
|
"cssnano": "^7.1.2",
|
|
"node-fetch": "^3.3.2",
|
|
"postcss": "^8.5.6",
|
|
"svelte": "^5.45.8",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"tailwindcss": "^3.4.19",
|
|
"vite": "^7.2.7"
|
|
}
|
|
} |