41 lines
1000 B
JSON
41 lines
1000 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --port=3000",
|
|
"build": "vite build",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.64.2",
|
|
"antd": "^5.21.1",
|
|
"axios": "^1.7.5",
|
|
"formik": "^2.4.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-player": "^2.16.0",
|
|
"react-router-dom": "^6.27.0",
|
|
"swiper": "^11.1.14",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.1",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.3.3",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-env-compatible": "^2.0.1"
|
|
}
|
|
}
|