加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
Tracy 提交于 2024-07-16 17:53 . feat: namenode migrate
{
"name": "datalight",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext .js,.jsx,ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,tsx,ts}": [
"npm run lint"
]
},
"dependencies": {
"@uiw/codemirror-extensions-langs": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"@uiw/react-json-view": "^2.0.0-alpha.24",
"antd": "^5.17.0",
"axios": "^1.6.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"diff": "^5.1.0",
"echarts-for-react": "^3.0.2",
"highlight.js": "^11.10.0",
"i18next": "^23.6.0",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"marked": "^13.0.1",
"marked-highlight": "^2.1.3",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.18.0",
"react-scroll": "^1.9.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.8.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/spark-md5": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.1.0",
"postcss": "^8.4.32",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化