init files.
Showing
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "rrpg.link_frontend", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "serve": "vite preview" | |||
| }, | |||
| "devDependencies": { | |||
| "@sveltejs/vite-plugin-svelte": "^2", | |||
| "autoprefixer": "^10", | |||
| "daisyui": "^3", | |||
| "postcss": "^8", | |||
| "svelte": "^3", | |||
| "tailwindcss": "^3", | |||
| "vite": "^4" | |||
| } | |||
| } |
postcss.config.cjs
0 → 100644
src/App.svelte
0 → 100644
src/app.css
0 → 100644
src/main.js
0 → 100644
tailwind.config.cjs
0 → 100644
vite.config.js
0 → 100644
Please register or sign in to comment