2025-07-31 00:07:28 +07:00
|
|
|
{
|
|
|
|
|
"name": "kawruh-app",
|
2025-07-31 00:07:52 +07:00
|
|
|
"private": true,
|
2025-08-01 12:39:25 +07:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
2025-07-31 00:07:52 +07:00
|
|
|
"scripts": {
|
2025-08-01 12:39:25 +07:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
2025-07-31 00:07:52 +07:00
|
|
|
},
|
2025-08-01 12:39:25 +07:00
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0"
|
2025-07-31 00:07:52 +07:00
|
|
|
},
|
2025-08-01 12:39:25 +07:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.30.1",
|
|
|
|
|
"@types/react": "^19.1.8",
|
|
|
|
|
"@types/react-dom": "^19.1.6",
|
|
|
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"eslint": "^9.30.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
|
|
|
"globals": "^16.3.0",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"vite": "^7.0.4"
|
2025-07-31 00:07:52 +07:00
|
|
|
}
|
2025-07-31 00:07:28 +07:00
|
|
|
}
|