init
This commit is contained in:
commit
b8e463b000
31 changed files with 2230 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "Rasp",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.41",
|
||||
"svelte": "^4.2.19",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"vite": "^5.4.2",
|
||||
"vite-plugin-pwa": "^0.20.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue