All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 4m36s
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "l-sfe",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
"format": "prettier --write .",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.18",
|
|
"@tanstack/react-query": "^5.89.0",
|
|
"@tiptap/react": "^3.4.4",
|
|
"@tiptap/starter-kit": "^3.4.4",
|
|
"axios": "^1.13.2",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.16",
|
|
"lucide-react": "^0.544.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hook-form": "^7.63.0",
|
|
"react-router-dom": "^7.9.1",
|
|
"recharts": "^3.2.1",
|
|
"yup": "^1.7.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.35.0",
|
|
"@types/history": "^4.7.11",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
|
"@typescript-eslint/parser": "^8.44.0",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"baseline-browser-mapping": "^2.8.31",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.4.0",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.43.0",
|
|
"vite": "^7.1.6"
|
|
}
|
|
}
|