3 Star 1 Fork 3

dnftools/Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
知月 提交于 2022-05-03 02:18 . !10fix fame's problem.
{
"name": "dcalc",
"version": "0.0.0",
"repository": {
"url": "https://gitee.com/dcalc/dcalc"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"postinstall": "husky install"
},
"lint-staged": {
"**.{js,tsx?,vue,css,scss,html}": [
"prettier --write "
]
},
"dependencies": {
"@vueuse/core": "^7.5.1",
"decimal.js": "^10.3.1",
"lodash": "^4.17.21",
"pinia": "^2.0.9",
"register-service-worker": "^1.7.2",
"vue": "^3.2.16",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@iconify-json/mdi": "^1.0.12",
"@rollup/plugin-alias": "^3.1.8",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@unocss/preset-icons": "^0.20.2",
"@unocss/preset-uno": "^0.20.2",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"chalk": "^4.1.2",
"commitlint": "^15.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"express": "^4.17.1",
"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"spritesmith": "^3.4.0",
"typescript": "^4.4.3",
"unocss": "^0.20.2",
"vite": "^2.7.13",
"vite-plugin-compression": "^0.3.5",
"vite-plugin-pwa": "^0.11.13",
"vue-tsc": "^0.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dnftools/dcalcWeb.git
git@gitee.com:dnftools/dcalcWeb.git
dnftools
dcalcWeb
Web
master

搜索帮助