加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
Hooray 提交于 2022-02-15 17:24 . 调整stylelint规则,移除无用依赖
{
"name": "fantastic-admin",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build:test": "vite build --mode test",
"build": "vite build",
"build:example": "vite build --mode example",
"serve:test": "http-server ./dist-test -o",
"serve": "http-server ./dist -o",
"serve:example": "http-server ./dist-example -o",
"svgo": "svgo -f src/assets/icons",
"new": "plop",
"lint:eslint": "eslint src/**/*.{js,vue} --fix",
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --fix",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.7",
"@tinymce/tinymce-vue": "^4.0.5",
"@vueuse/core": "^7.6.2",
"@vueuse/integrations": "^7.6.2",
"axios": "^0.26.0",
"dayjs": "^1.10.7",
"element-plus": "^2.0.2",
"hotkeys-js": "^3.8.7",
"js-cookie": "^3.0.1",
"mavon-editor": "^3.0.0-beta",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"naming-style": "^1.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.11",
"qs": "^6.10.3",
"tinymce": "^5.10.3",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"@vue/compiler-sfc": "^3.2.31",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^8.4.1",
"http-server": "^14.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"plop": "^3.0.5",
"postcss-html": "^1.3.0",
"postcss-scss": "^4.0.3",
"sass": "^1.49.7",
"stylelint": "^14.5.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-scss": "^4.1.0",
"svgo": "^2.8.0",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.8.2",
"vite-plugin-banner": "^0.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.0.6",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-restart": "^0.1.1",
"vite-plugin-spritesmith": "^0.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^8.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化