123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "adcms",
- "private": true,
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "staging": "vite --mode staging",
- "pro": "vite --mode production",
- "build": "tsc && vite build",
- "build:test": "tsc && vite build --config vite.test.config.ts",
- "build:staging": "tsc && vite build --mode staging",
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@ant-design/icons": "^5.2.6",
- "@antfu/utils": "^0.7.6",
- "antd": "^5.9.0",
- "axios": "^1.5.0",
- "dayjs": "^1.11.10",
- "lodash": "^4.17.21",
- "markdown-editor-reactjs": "^1.1.5",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-router-dom": "^6.15.0"
- },
- "devDependencies": {
- "@babel/core": "^7.22.15",
- "@babel/preset-react": "^7.22.15",
- "@rollup/pluginutils": "^5.0.5",
- "@types/lodash": "^4.14.200",
- "@types/markdown-it": "^13.0.6",
- "@types/markdown-it-footnote": "^3.0.3",
- "@types/node": "^20.5.9",
- "@types/react": "^18.2.15",
- "@types/react-dom": "^18.2.7",
- "@typescript-eslint/eslint-plugin": "^6.0.0",
- "@typescript-eslint/parser": "^6.0.0",
- "@vitejs/plugin-react": "^4.0.3",
- "babel-plugin-react-css-modules": "^5.2.6",
- "eslint": "^8.45.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.3",
- "front-matter": "^4.0.2",
- "highlight.js": "^11.9.0",
- "htmlparser2": "^9.0.0",
- "markdown-it": "^13.0.2",
- "markdown-it-abbr": "^1.0.4",
- "markdown-it-deflist": "^2.1.0",
- "markdown-it-emoji": "^2.0.2",
- "markdown-it-footnote": "^3.0.3",
- "markdown-it-ins": "^3.0.1",
- "markdown-it-katex": "^2.0.3",
- "markdown-it-mark": "^3.0.1",
- "markdown-it-sub": "^1.0.0",
- "markdown-it-sup": "^1.0.0",
- "markdown-it-table-of-contents": "^0.6.0",
- "markdown-it-task-lists": "^2.1.1",
- "markdown-it-textual-uml": "^0.16.0",
- "postcss-modules": "^6.0.0",
- "postcss-preset-env": "^9.1.3",
- "typescript": "^5.0.2",
- "vite": "^4.4.5"
- }
- }
|