49 lines
1.5 KiB
JSON
49 lines
1.5 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.2.2",
|
|
"@tanstack/react-router": "^1.168.10",
|
|
"@tanstack/react-router-devtools": "^1.166.11",
|
|
"i18next": "^26.0.3",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"i18next-http-backend": "^3.0.4",
|
|
"lucide-react": "^1.7.0",
|
|
"motion": "^12.38.0",
|
|
"path-browserify": "^1.0.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-easy-crop": "^5.5.7",
|
|
"react-i18next": "^17.0.2",
|
|
"react-toastify": "^11.0.5",
|
|
"tailwindcss": "^4.2.2",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-plugin": "^1.167.12",
|
|
"@types/node": "^25.5.0",
|
|
"@types/path-browserify": "^1.0.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
"@typescript-eslint/parser": "^8.58.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"@wailsio/runtime": "^3.0.0-alpha.79",
|
|
"daisyui": "^5.5.19",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|