mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-02 12:30:41 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"vercel-build": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@dzangolab/vue-country-flag-icon": "^0.2.0",
|
|
"axios": "^0.20.0",
|
|
"chartist": "^0.11.4",
|
|
"core-js": "^3.6.5",
|
|
"material-design-icons-iconfont": "^5.0.1",
|
|
"timeago.js": "^4.0.2",
|
|
"v-clipboard": "^2.2.3",
|
|
"vee-validate": "^3.4.5",
|
|
"vue": "^2.6.12",
|
|
"vue-chartist": "^2.3.1",
|
|
"vue-i18n": "^8.22.2",
|
|
"vue-qrcode-component": "^2.1.1",
|
|
"vue-router": "^3.4.3",
|
|
"vue-world-map": "^0.1.1",
|
|
"vuetify": "^2.3.10",
|
|
"vuex": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.6",
|
|
"@vue/cli-plugin-eslint": "^4.5.6",
|
|
"@vue/cli-service": "^4.5.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"sass": "~1.26.11",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-cli-plugin-vuetify": "~2.0.7",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuetify-loader": "^1.3.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|