summaryrefslogtreecommitdiff
path: root/makima/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/package.json')
-rw-r--r--makima/frontend/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/makima/frontend/package.json b/makima/frontend/package.json
new file mode 100644
index 0000000..5327089
--- /dev/null
+++ b/makima/frontend/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "makima-frontend",
+ "private": true,
+ "version": "0.1.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc -b && vite build",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-router": "^7.1.0"
+ },
+ "devDependencies": {
+ "@react-router/dev": "^7.1.0",
+ "@react-router/fs-routes": "^7.1.0",
+ "@tailwindcss/vite": "^4.0.0",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.1",
+ "@vitejs/plugin-react": "^4.3.4",
+ "tailwindcss": "^4.0.0",
+ "typescript": "^5.7.2",
+ "vite": "^6.0.5"
+ }
+}