chore: update
正在显示
File moved
a.md
deleted
100644 → 0
{ | { | ||
"name": "zijing-html", | "name": "center-book", | ||
"private": true, | "private": true, | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"dev": "vite", | "dev": "vite", | ||
"start:test": "cross-env NODE_ENV=test vite", | |||
"start:dev": "cross-env NODE_ENV=development vite", | |||
"build": "vite build", | "build": "vite build", | ||
"build:dev": "cross-env NODE_ENV=development vite build", | "build:dev": "vite build --mode development", | ||
"build:ali": "cross-env NODE_ENV=ali vite build", | "build:ali": "vite build --mode ali", | ||
"build:online": "cross-env NODE_ENV=online vite build", | |||
"preview": "vite preview", | "preview": "vite preview", | ||
"prepare": "husky install", | "prepare": "husky install", | ||
"fix-memory-limit": "cross-env LIMIT=40240 increase-memory-limit", | |||
"lint": "npm run lint:js && npm run lint:prettier", | "lint": "npm run lint:js && npm run lint:prettier", | ||
"lint-staged": "lint-staged", | "lint-staged": "lint-staged", | ||
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx", | "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx", | ||
... | @@ -29,17 +25,15 @@ | ... | @@ -29,17 +25,15 @@ |
"@wangeditor/editor-for-react": "^1.0.6", | "@wangeditor/editor-for-react": "^1.0.6", | ||
"@wangeditor/plugin-link-card": "^1.0.0", | "@wangeditor/plugin-link-card": "^1.0.0", | ||
"ali-oss": "^6.20.0", | "ali-oss": "^6.20.0", | ||
"antd": "^5.11.1", | "antd": "^5.17.0", | ||
"axios": "^1.6.2", | "axios": "^1.6.2", | ||
"dayjs": "^1.11.10", | "dayjs": "^1.11.10", | ||
"easy-formula-editor": "^0.0.2-alpha.1", | |||
"echarts": "^5.4.3", | "echarts": "^5.4.3", | ||
"highlight.js": "^11.9.0", | "highlight.js": "^11.9.0", | ||
"i": "^0.3.7", | |||
"jquery": "^3.7.1", | "jquery": "^3.7.1", | ||
"js-md5": "^0.8.3", | "js-md5": "^0.8.3", | ||
"katex": "^0.15.2", | "lodash-es": "^4.17.21", | ||
"loadsh": "^0.0.4", | |||
"lodash": "^4.17.21", | |||
"qs": "^6.11.2", | "qs": "^6.11.2", | ||
"rc-slider-captcha": "^1.3.0", | "rc-slider-captcha": "^1.3.0", | ||
"react": "^18.2.0", | "react": "^18.2.0", | ||
... | @@ -55,20 +49,15 @@ | ... | @@ -55,20 +49,15 @@ |
"@types/react-dom": "^18.2.7", | "@types/react-dom": "^18.2.7", | ||
"@umijs/fabric": "^4.0.1", | "@umijs/fabric": "^4.0.1", | ||
"@umijs/lint": "^4.0.88", | "@umijs/lint": "^4.0.88", | ||
"@vitejs/plugin-basic-ssl": "^1.1.0", | "@vitejs/plugin-react-swc": "^3.6.0", | ||
"@vitejs/plugin-react": "^4.0.3", | |||
"cross-env": "^7.0.3", | |||
"dotenv": "^16.3.1", | |||
"eslint": "^8.53.0", | "eslint": "^8.53.0", | ||
"husky": "^8.0.3", | "husky": "^8.0.3", | ||
"less": "^4.2.0", | "less": "^4.2.0", | ||
"lint-staged": "^15.1.0", | "lint-staged": "^15.1.0", | ||
"picocolors": "^1.0.0", | |||
"prettier": "^3.1.0", | "prettier": "^3.1.0", | ||
"stylelint-config-standard": "^34.0.0", | "stylelint-config-standard": "^34.0.0", | ||
"terser": "^5.26.0", | "vite": "^5.2.11", | ||
"vite": "^4.4.5", | "vite-plugin-mkcert": "^1.17.5" | ||
"vite-plugin-progress": "^0.0.7" | |||
}, | }, | ||
"browserslist": [ | "browserslist": [ | ||
"> 1%", | "> 1%", | ||
... | ... |
src/assets/react.svg
deleted
100644 → 0
请
注册
或者
登录
后发表评论