{
  "name": "template-create-admin-formily",
  "version": "0.0.1",
  "description": "春天小猪管理框架",
  "keywords": [
    "管理框架",
    "春天小猪"
  ],
  "author": "春天小猪",
  "license": "ISC",
  "scripts": {
    "start": "ice start --speedup --no-open --port 8080",
    "build": "ice build",
    "eslint": "eslint ./src --cache --ext .js,.jsx,.ts,.tsx",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"src/**/*.{css,scss,less}\" --cache",
    "stylelint:fix": "npm run stylelint -- --fix"
  },
  "dependencies": {
    "@ant-design/pro-card": "^2.5.27",
    "@ant-design/pro-layout": "^7.17.16",
    "@ant-design/pro-table": "^3.13.11",
    "@chuntianxiaozhu/adminreactcomps": "^1.0.0",
    "@formily/antd-v5": "^1.1.9",
    "@ice/runtime": "^1.2.7",
    "react-copy-to-clipboard": "^5.1.0",
    "react-draggable-tags": "^1.0.6"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.2.6",
    "@applint/spec": "^1.2.3",
    "@formily/core": "^2.3.1",
    "@formily/react": "^2.3.1",
    "@ice/app": "^3.4.0",
    "@ice/plugin-auth": "^1.0.0",
    "@ice/plugin-request": "^1.0.0",
    "@ice/plugin-store": "^1.0.0",
    "@types/node": "^18.11.17",
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "ahooks": "^3.7.8",
    "antd": "^5.12.7",
    "antd-mobile": "^5.33.2",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.10",
    "eslint": "^8.55.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "qrcode": "^1.5.3",
    "qs": "^6.11.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "stylelint": "^15.2.0",
    "typescript": "^5.3.3",
    "uuid": "^9.0.1",
    "vite-plugin-cdn-import": "^0.3.5",
    "vite-plugin-html": "^3.2.1"
  }
}
