You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
{
|
|
"private": true,
|
|
"author": "jialin <jialinkuang@126.com>",
|
|
"scripts": {
|
|
"build": "max build",
|
|
"dev": "max dev",
|
|
"format": "prettier --cache --write .",
|
|
"postinstall": "max setup",
|
|
"prepare": "husky",
|
|
"setup": "max setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@ant-design/pro-components": "^2.7.1",
|
|
"@huggingface/gguf": "^0.1.7",
|
|
"@huggingface/hub": "^0.15.1",
|
|
"@huggingface/tasks": "^0.11.6",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@types/lodash": "^4.17.4",
|
|
"@umijs/max": "^4.2.11",
|
|
"ansi-to-html": "^0.7.2",
|
|
"antd": "^5.18.3",
|
|
"antd-style": "^3.6.2",
|
|
"axios": "^1.7.2",
|
|
"classnames": "^2.5.1",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.11",
|
|
"echarts": "^5.5.1",
|
|
"has-ansi": "^5.0.1",
|
|
"highlight.js": "^11.10.0",
|
|
"jotai": "^2.8.4",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"numeral": "^2.0.6",
|
|
"query-string": "^9.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"umi-presets-pro": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@umijs/case-sensitive-paths-webpack-plugin": "^1.0.1",
|
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"extract-css-loader": "^0.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"husky": "^9.0.11",
|
|
"less-loader": "^12.2.0",
|
|
"lint-staged": "^15.2.2",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
"prettier-plugin-two-style-order": "^1.0.1",
|
|
"typescript": "^5.4.5",
|
|
"url-loader": "^4.1.1"
|
|
}
|
|
}
|