{
  "name": "axboot",
  "private": true,
  "version": "1.0.1",
  "scripts": {
    "prepare": "husky install",
    "lint:staged": "lint-staged",
    "make:program": "ts-node -T src/@core/scripts/makeProgram/index.ts",
    "make:modal": "ts-node -T src/@core/scripts/makeModalProgram/index.ts",
    "build:less": "ts-node -T src/@core/scripts/compile-less.ts",
    "watch": "run-p watch:*",
    "watch:less": "onchange -f change -d 1000 'src/styles/less' 'src/styles/theme.ts' -- run-s build:less",
    "dev": "npm run build:less && run-p start:dev watch",
    "alpha": "npm run build:less && run-p start:alpha watch",
    "build": "tsc && vite build --mode production",
    "build:alpha": "tsc && vite build --mode alpha",
    "lint": "eslint --cache --fix",
    "format": "prettier --write --cache .",
    "preview": "vite preview",
    "start:dev": "vite --mode dev --host --port 20241",
    "start:alpha": "vite --mode alpha --host --port 30241"
  },
  "dependencies": {
    "@ant-design/icons": "^5.3.0",
    "@axframe/datagrid": "^0.7.1",
    "@ctrl/tinycolor": "^4.0.2",
    "@emotion/css": "^11.10.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "antd": "5.19.0",
    "axios": "^1.6.7",
    "chalk": "^5.3.0",
    "chart.js": "^4.4.0",
    "file-saver": "^2.0.5",
    "fs-extra": "^11.0.0",
    "i18next": "^23.7.13",
    "i18next-browser-languagedetector": "^7.2.0",
    "i18next-http-backend": "^2.4.2",
    "idb-keyval": "^6.2.1",
    "less": "^4.2.0",
    "lodash": "^4.17.21",
    "lzutf8": "^0.6.3",
    "memoize": "^10.0.0",
    "react": "^18.2.0",
    "react-chartjs-2": "^5.2.0",
    "react-css-theme-switcher": "^0.3.0",
    "react-daum-postcode": "^3.1.3",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.11",
    "react-i18next": "^14.0.0",
    "react-router-dom": "^6.16.0",
    "react-sortablejs": "^6.1.4",
    "recharts": "^2.8.0",
    "uuid": "^9.0.1",
    "zustand": "^4.4.2"
  },
  "devDependencies": {
    "@types/file-saver": "^2.0.7",
    "@types/fs-extra": "^11.0.0",
    "@types/glob": "^8.0.0",
    "@types/jest": "^29.5.5",
    "@types/less": "^3.0.4",
    "@types/lodash": "^4.17.6",
    "@types/node": "^18.16.19",
    "@types/prompts": "^2.4.4",
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.7",
    "@types/semver": "^7.5.0",
    "@types/shelljs": "^0.8.14",
    "@types/sortablejs": "^1.15.8",
    "@types/supports-color": "^8.1.1",
    "@types/uuid": "^9.0.4",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vitejs/plugin-react-swc": "^3.3.2",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "husky": "^8.0.3",
    "lint-staged": "^15.1.0",
    "npm-run-all": "^4.1.5",
    "npm-watch": "^0.11.0",
    "onchange": "^7.1.0",
    "prettier": "^3.0.3",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2",
    "vite": "^4.4.10",
    "vite-tsconfig-paths": "^4.2.1"
  },
  "workspaces": [
    "packages/create-axboot"
  ]
}
