加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
chenyu 提交于 2024-02-23 09:58 . ✨ feat(router):
{
"name": "garbage-collection-system-web",
"version": "1.0.0",
"description": "这是一个垃圾分类系统的前端项目",
"author": "chenyu",
"scripts": {
"dev": "vue-cli-service serve --mode development",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "0.18.1",
"core-js": "3.6.5",
"echarts": "^4.9.0",
"element-ui": "2.15.12",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"prismjs": "^1.27.0",
"screenfull": "4.2.0",
"sortablejs": "^1.14.0",
"v-charts": "^1.19.0",
"v-emoji-picker": "2.3.3",
"vue": "2.6.11",
"vue-count-to": "^1.0.13",
"vue-monoplasty-slide-verify": "^1.3.1",
"vue-qriously": "^1.1.1",
"vue-router": "^3.5.0",
"vue-side-catalog": "^2.0.0",
"vuex": "3.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-plugin-unit-jest": "4.4.4",
"@vue/cli-service": "4.4.4",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "9.5.1",
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-prismjs": "^2.1.0",
"chalk": "2.4.2",
"compression-webpack-plugin": "^5.0.0",
"connect": "3.6.6",
"eslint": "^6.7.2",
"eslint-plugin-vue": "6.2.2",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.0.1-beta3",
"runjs": "4.3.2",
"sass": "1.26.8",
"sass-loader": "8.0.2",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-template-compiler": "2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化