litemall/litemall-admin/package.json

106 lines
2.7 KiB
JSON
Raw Normal View History

2025-04-14 14:25:41 +08:00
{
"name": "litemall-admin",
"version": "1.0.0",
"description": "litemall-admin basing on vue-element-admin 4.3.0",
"author": "linlinjava <linlinjava@163.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build:prod": "vue-cli-service build --mode production",
"build:dep": "vue-cli-service build --mode deployment",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [
"vue",
"admin",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/linlinjava/litemall.git"
},
"bugs": {
"url": "https://github.com/linlinjava/litemall/issues"
},
"dependencies": {
"@tinymce/tinymce-vue": "3.0.1",
"axios": ">=0.21.2",
"clipboard": "2.0.4",
"connect": "3.6.6",
"core-js": "^3.30.1",
"echarts": "4.2.1",
"element-ui": "2.15.6",
"file-saver": "1.3.8",
"js-cookie": "2.2.0",
"lodash": "^4.17.11",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "3.3.0",
"screenfull": "4.2.0",
"script-loader": "0.7.2",
"v-charts": "1.19.0",
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-i18n": "^8.28.2",
"vue-router": "3.0.2",
"vuex": "3.1.0",
"xlsx": ">=0.17.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@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",
"autoprefixer": "9.5.1",
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "2.4.2",
"chokidar": "2.1.5",
"connect": "3.6.6",
"eslint": "6.7.2",
"eslint-plugin-vue": "6.2.2",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"runjs": "4.3.2",
"sass": "1.26.2",
"sass-loader": "8.0.2",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.16.0",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"vue-template-compiler": "2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}