1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "nginx-ui-react",
- "private": false,
- "version": "0.1.0",
- "license": "MIT",
- "author": {
- "email": "976056042@qq.com",
- "name": "tuonina"
- },
- "type": "module",
- "scripts": {
- "dev": "vite",
- "dev:desktop": "vite --mode=desktop",
- "build": "tsc && vite build --base=/nginx-ui/",
- "build:desktop": "tsc && vite build --base=/ --mode=desktop",
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@ant-design/icons": "^5.1.4",
- "@mdx-js/mdx": "^2.0.0-rc.2",
- "@mdx-js/react": "^2.3.0",
- "@mdx-js/rollup": "^2.3.0",
- "@reduxjs/toolkit": "^1.9.5",
- "antd": "4.x",
- "artt-template": "^4.13.6",
- "classnames": "^2.3.2",
- "dayjs": "^1.11.9",
- "events": "^3.3.0",
- "history": "^5.3.0",
- "i18next": "^23.11.5",
- "i18next-browser-languagedetector": "5.x",
- "install": "^0.13.0",
- "jszip": "^3.10.1",
- "less": "^4.1.3",
- "lodash": "^4.17.21",
- "npm": "^9.8.0",
- "planning-tools": "^0.1.6",
- "query-string": "^8.1.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-i18next": "^14.1.2",
- "react-redux": "^8.1.1",
- "react-router": "^6.14.0",
- "react-router-dom": "^6.14.0",
- "redux-persist": "^6.0.0"
- },
- "devDependencies": {
- "@types/events": "^3.0.0",
- "@types/lodash": "^4.14.195",
- "@types/react": "^18.0.37",
- "@types/react-dom": "^18.0.11",
- "@typescript-eslint/eslint-plugin": "^5.59.0",
- "@typescript-eslint/parser": "^5.59.0",
- "@vitejs/plugin-react-swc": "^3.0.0",
- "consola": "^3.1.0",
- "eslint": "^8.38.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.3.4",
- "typescript": "^5.0.2",
- "vite": "^4.3.9",
- "vite-plugin-md": "^0.21.5",
- "vite-plugin-mdx": "^3.5.11",
- "vite-plugin-qiankun": "^1.0.15",
- "vite-plugin-require-transform": "^1.0.20",
- "vite-plugin-style-import": "^2.0.0"
- },
- "peerDependencies": {
- "artt-template": "^4.13.6"
- }
- }
|