test/apps/admin/package.json
2024-05-14 19:13:18 +08:00

49 lines
1.5 KiB
JSON

{
"name": "@3rapp/admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "pnpm lint:es && pnpm lint:style",
"lint:es": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
"lint:style": "stylelint \"**/*.css\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"preview": "vite preview"
},
"dependencies": {
"@3rapp/api": "workspace:*",
"@3rapp/common": "workspace:*",
"@ant-design/cssinjs": "^1.20.0",
"antd": "^5.17.0",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"deepmerge": "^4.3.1",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@3rapp/code-config": "workspace:*",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.10",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.2",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}