45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "react-ts-latest",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "tsc && vite build --minify false --mode development",
|
|
"build": "tsc && vite build --mode production",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-router": "^1.149.3",
|
|
"@tanstack/react-router-devtools": "^1.149.3",
|
|
"lucide-react": "^0.562.0",
|
|
"motion": "^12.26.2",
|
|
"path-browserify": "^1.0.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-easy-crop": "^5.5.6",
|
|
"react-toastify": "^11.0.5",
|
|
"tailwindcss": "^4.1.18",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-plugin": "^1.149.3",
|
|
"@types/node": "^25.0.8",
|
|
"@types/path-browserify": "^1.0.3",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
"@typescript-eslint/parser": "^8.53.0",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"@wailsio/runtime": "^3.0.0-alpha.78",
|
|
"daisyui": "^5.5.14",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|