aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json32
1 files changed, 20 insertions, 12 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 2ef02e3..5b78f68 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,19 +1,27 @@
{
- "name": "feedaka",
- "version": "0.1.0",
- "description": "",
- "main": "index.js",
+ "name": "feedaka-frontend",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
"scripts": {
+ "build": "tsc -b && vite build",
"check": "biome check .",
- "fmt": "biome check --write .",
- "build": "tailwindcss -i ./css/style.css -o ./dist/style.css",
- "watch": "tailwindcss -i ./css/style.css -o ./dist/style.css --watch"
+ "dev": "vite",
+ "fix": "biome check --write .",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0",
+ "wouter": "^3.7.1"
},
- "author": "nsfisis",
- "license": "MIT",
"devDependencies": {
- "@biomejs/biome": "2.0.4",
- "@tailwindcss/cli": "^4.1.10",
- "tailwindcss": "^4.1.10"
+ "@biomejs/biome": "^2.1.1",
+ "@types/react": "^19.1.8",
+ "@types/react-dom": "^19.1.6",
+ "@vitejs/plugin-react": "^4.6.0",
+ "globals": "^16.3.0",
+ "typescript": "~5.8.3",
+ "vite": "^7.0.3"
}
}