加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
陈俊帆 提交于 2021-04-19 04:37 . add env config
{
"name": "vue3-seed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --write"
},
"dependencies": {
"axios": "^0.20.0-0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"pinia": "^2.0.0-alpha.7",
"vant": "^3.0.13",
"vue": "^3.0.11",
"vue-request": "^1.0.5",
"vue-router": "^4.0.5",
"vue-styled-components": "^1.6.0",
"vue3-styled-components": "^1.2.0"
},
"devDependencies": {
"@types/hammerjs": "^2.0.39",
"@types/lodash": "^4.14.168",
"@types/mockjs": "^1.0.3",
"@types/node": "^14.14.33",
"@types/postcss-import": "^12.0.0",
"@types/postcss-less": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue-jsx": "^1.1.3",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vuedx/typescript-plugin-vue": "^0.6.3",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"less": "^4.1.1",
"mockjs": "^1.1.0",
"postcss": "^8.2.8",
"postcss-import": "^14.0.0",
"postcss-less": "^4.0.1",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"tailwindcss": "^2.0.4",
"typescript": "^4.2.4",
"vite": "^2.1.5",
"vite-plugin-components": "^0.8.4",
"vite-plugin-importer": "^0.2.1",
"vite-plugin-pages": "^0.7.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化