1 Star 0 Fork 120

马博/OpenDataV

forked from 星星在线/OpenDataV 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
qwecxzpoi 提交于 2022-11-07 09:43 . Merge branch 'AnsGoo:main' into main
{
"name": "open-data-v",
"version": "0.0.0",
"scripts": {
"bootstrap": "pnpm install",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "pnpm build && vite preview",
"lint": "eslint --ext .js,.ts,.vue,.tsx src/",
"lint:fromat": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.tsx src/",
"prepare": "husky install",
"reinstall": "rimraf pnpm-lock.yaml && rimraf src/**/node_modules && rimraf node_modules && pnpm bootstrap"
},
"license": "Apache-2.0",
"dependencies": {
"@codemirror/commands": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/state": "^6.1.1",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.2.4",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/utils": "^0.1.4",
"axios": "^0.23.0",
"codemirror": "^6.0.1",
"dexie": "^3.2.2",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"naive-ui": "^2.33.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.10",
"vite-plugin-mock": "^2.9.6",
"vue": "^3.2.37",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.10.3",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"autoprefixer": "^10.4.8",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.5.1",
"husky": "^7.0.4",
"less": "^4.1.2",
"mockjs": "^1.1.0",
"postcss": "^8.4.16",
"postcss-html": "^1.2.0",
"postcss-less": "^6.0.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"stylelint": "^14.0.1",
"stylelint-config-recommended-vue": "^1.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.4.3",
"vite": "^3.0.7",
"vite-plugin-vue-markdown": "^0.22.1",
"vue-eslint-parser": "^7.11.0",
"vue-tsc": "^0.40.1"
},
"prettier": {
"useTabs": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"endOfLine": "lf"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/aemabo/OpenDataV.git
git@gitee.com:aemabo/OpenDataV.git
aemabo
OpenDataV
OpenDataV
main

搜索帮助