1 Star 0 Fork 98

yu是岁月有染 / OpenDataV

forked from 星星在线 / OpenDataV 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
独行侠 提交于 2024-02-14 12:04 . fix: 修复了异常
{
"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/ examples/ docs/ resource/",
"lint:fromat": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.tsx src/ examples/ docs/ resource/",
"prepare": "husky install",
"reinstall": "rimraf pnpm-lock.yaml && rimraf src/**/node_modules && rimraf node_modules && pnpm bootstrap"
},
"license": "Apache-2.0",
"dependencies": {
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^16.18.61",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-spellcheck": "^0.0.20",
"eslint-plugin-vue": "^9.18.1",
"husky": "^7.0.4",
"less": "^4.2.0",
"open-data-v": "link:src",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"stylelint": "^15.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5",
"vite-plugin-vue-markdown": "^0.22.6",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-mock": "^2.9.8",
"vue-eslint-parser": "^7.11.0",
"vue-tsc": "^1.8.22"
},
"prettier": {
"useTabs": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"endOfLine": "lf"
}
}
TypeScript
1
https://gitee.com/wedtlcy/OpenDataV.git
git@gitee.com:wedtlcy/OpenDataV.git
wedtlcy
OpenDataV
OpenDataV
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891