feat: 初始提交
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "helix-web",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/cssinjs": "^2.0.1",
|
||||
"@ant-design/icons": "^6.1.0",
|
||||
"@azure/msal-browser": "^4.27.0",
|
||||
"@azure/msal-react": "^3.0.23",
|
||||
"@reduxjs/toolkit": "^2.11.1",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"antd": "^6.1.0",
|
||||
"axios": "^1.13.2",
|
||||
"dayjs": "^1.11.19",
|
||||
"libphonenumber-js": "^1.12.31",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-router": "^7.10.1",
|
||||
"react-router-dom": "^7.10.1",
|
||||
"redux-persist": "^6.0.0",
|
||||
"tailwindcss": "^4.1.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.19.26",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"globals": "^16.5.0",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.7",
|
||||
"vite-plugin-svgr": "^4.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user