1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "cldv2_console",
- "version": "0.0.1",
- "private": true,
- "description": "An out-of-box UI solution for enterprise applications",
- "scripts": {
- "analyze": "cross-env ANALYZE=1 max build",
- "build": "cross-env REACT_APP_ENV=prod max build",
- "deploy:qa": "auto-deploy build -t qa",
- "deploy:prod": "auto-deploy build -t prod",
- "dev": "npm run start:dev",
- "postinstall": "max setup",
- "precommit": "lint-staged",
- "start": "max dev",
- "start:dev": "cross-env REACT_APP_ENV=dev MOCK=none max dev",
- "start:org": "cross-env REACT_APP_ENV=org MOCK=none max dev",
- "prepare": "husky install"
- },
- "lint-staged": {
- "**/*.{js,jsx,tsx,ts,less}": [
- "max lint"
- ]
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 10"
- ],
- "dependencies": {
- "@ant-design/icons": "^4.7.0",
- "@ant-design/pro-descriptions": "^1.10.60",
- "@ant-design/pro-form": "1.66.0",
- "@ant-design/pro-layout": "6.38.8",
- "@ant-design/pro-table": "2.76.3",
- "@icon-park/react": "^1.3.5",
- "@umijs/max": "4.0.9",
- "@umijs/plugins": "4.0.9",
- "ahooks": "2.10.9",
- "antd": "^4.19.5",
- "array-move": "^4.0.0",
- "classnames": "^2.3.1",
- "lodash": "^4.17.21",
- "markdown-it": "^12.3.2",
- "omit.js": "^2.0.2",
- "rc-queue-anim": "^1.8.5",
- "react": "18.1.0",
- "react-dom": "18.1.0",
- "react-helmet-async": "^1.2.3",
- "react-markdown-editor-lite": "^1.3.2",
- "react-sortable-hoc": "^2.0.0"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.181",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "@unocss/cli": "^0.44.2",
- "babel-plugin-import": "^1.13.3",
- "cross-env": "^7.0.3",
- "eslint": "^8.17.0",
- "husky": "^8.0.0",
- "lint-staged": "^10.5.4",
- "prettier": "^2.6.1",
- "stylelint": "^14.9.0",
- "typescript": "^4.6.3",
- "unocss": "^0.44.2"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "packageManager": "pnpm@6.31.0"
- }
|