forked from aya/aya
Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user