2023-11-30 16:16:32 -05:00
|
|
|
{
|
|
|
|
"name": "new-frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
2024-03-08 15:10:28 +01:00
|
|
|
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md}",
|
2023-12-26 10:51:46 -05:00
|
|
|
"preview": "vite preview",
|
2024-01-22 15:16:21 -05:00
|
|
|
"generate-client": "openapi --input ./openapi.json --useOptions --useUnionTypes --output ./src/client --client axios --exportSchemas true"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-23 11:48:56 -05:00
|
|
|
"@chakra-ui/icons": "2.1.1",
|
|
|
|
"@chakra-ui/react": "2.8.2",
|
|
|
|
"@emotion/react": "11.11.3",
|
|
|
|
"@emotion/styled": "11.11.0",
|
2024-03-07 19:16:23 +01:00
|
|
|
"@tanstack/react-router": "1.19.1",
|
2023-12-26 10:51:46 -05:00
|
|
|
"axios": "1.6.2",
|
|
|
|
"form-data": "4.0.0",
|
2024-01-23 11:48:56 -05:00
|
|
|
"framer-motion": "10.16.16",
|
2023-11-30 16:16:32 -05:00
|
|
|
"react": "^18.2.0",
|
2024-01-23 11:48:56 -05:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-hook-form": "7.49.3",
|
2024-02-12 14:03:08 -05:00
|
|
|
"react-icons": "5.0.1",
|
2024-03-07 19:16:23 +01:00
|
|
|
"react-query": "3.39.3",
|
2024-02-12 14:03:08 -05:00
|
|
|
"zustand": "4.5.0"
|
2023-11-30 16:16:32 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-07 19:16:23 +01:00
|
|
|
"@tanstack/router-devtools": "1.19.1",
|
|
|
|
"@tanstack/router-vite-plugin": "1.19.0",
|
2023-12-26 10:51:46 -05:00
|
|
|
"@types/node": "20.10.5",
|
2023-11-30 16:16:32 -05:00
|
|
|
"@types/react": "^18.2.37",
|
|
|
|
"@types/react-dom": "^18.2.15",
|
2024-03-08 14:10:09 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
2023-11-30 16:16:32 -05:00
|
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
2024-03-08 14:10:09 +01:00
|
|
|
"eslint": "^8.53.0",
|
2023-11-30 16:16:32 -05:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
2023-12-26 10:51:46 -05:00
|
|
|
"openapi-typescript-codegen": "0.25.0",
|
2024-03-08 15:10:28 +01:00
|
|
|
"prettier": "3.2.5",
|
2024-03-08 14:10:09 +01:00
|
|
|
"typescript": "^5.2.2",
|
2023-11-30 16:16:32 -05:00
|
|
|
"vite": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|