1 Star 0 Fork 9

RN_WYZ/D2Advance

forked from D2Projects/D2Advance 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
CNine 提交于 2021-03-17 18:45 . chore(release): 2.1.2
{
"name": "@d2-projects/d2-advance",
"version": "2.1.2",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite build && vite preview",
"build:report": "vite build --mode=report",
"lint": "eslint . --ext .js,.ts,.vue",
"type": "vue-tsc",
"commit": "git-cz",
"release": "standard-version",
"test:unit": "echo TODO",
"prepare": "husky install"
},
"dependencies": {
"@icon-park/vue-next": "^1.3.1",
"axios": "^0.21.1",
"miragejs": "^0.1.41",
"vue": "^3.0.7",
"vue-router": "^4.0.5",
"vuex": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/node": "^14.14.35",
"@types/rollup-plugin-visualizer": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vitejs/plugin-legacy": "^1.3.1",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.22.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"rollup-plugin-visualizer": "^4.2.0",
"standard-version": "^9.1.1",
"typescript": "~4.2.3",
"vite": "^2.1.1",
"vite-plugin-compression": "^0.2.3",
"vite-plugin-windicss": "^0.8.4",
"vite-tsconfig-paths": "^2.3.0",
"vue-tsc": "^0.0.13"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": "eslint --fix "
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"standard-version": {
"infile": "docs/CHANGELOG.md"
},
"browserslist": [
"defaults"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rn-wyz/d2-advance.git
[email protected]:rn-wyz/d2-advance.git
rn-wyz
d2-advance
D2Advance
master

搜索帮助