{ "name": "@3rapp/admin", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --no-clearScreen", "build": "tsc && vite build", "start": "pnpm preview", "preview": "vite preview", "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/" }, "dependencies": { "@3rapp/store": "workspace:*", "@3rapp/utils": "workspace:*", "@ant-design/cssinjs": "^1.21.1", "antd": "^5.21.6", "antd-style": "^3.7.1", "axios": "^1.7.7", "classnames": "^2.5.1", "clsx": "^2.1.1", "dayjs": "^1.11.13", "immer": "^10.1.1", "lodash": "^4.17.21", "lunar-typescript": "^1.7.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-use": "^17.5.1", "utility-types": "^3.11.0", "zustand": "^5.0.1" }, "devDependencies": { "@3rapp/core": "workspace:*", "@3rapp/utils": "workspace:*", "@types/lodash": "^4.17.13", "@types/node": "^22.8.6", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", "eslint": "^9.14.0", "postcss-import": "^16.1.0", "postcss-mixins": "^11.0.3", "postcss-nested": "^7.0.2", "postcss-nesting": "^13.0.1", "prettier": "^3.3.3", "stylelint": "^16.10.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.10" } }