mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "vue-latest",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
|
|
"mode": "echo $2",
|
|
"test-api": "node ./api"
|
|
},
|
|
"dependencies": {
|
|
"@alfsnd/vue-bootstrap-select": "^0.4.4",
|
|
"@riophae/vue-treeselect": "0.4.0",
|
|
"axios": "^0.19.0",
|
|
"bootstrap": ">=4.3.1",
|
|
"bootstrap-vue": "^2.0.4",
|
|
"bootswatch": "^4.3.1",
|
|
"clipboard": "^2.0.4",
|
|
"cropperjs": "^1.5.6",
|
|
"dayjs": "^1.8.16",
|
|
"file-saver": "^2.0.2",
|
|
"font-awesome": "^4.7.0",
|
|
"inflection": "^1.12.0",
|
|
"jsoneditor": "^8.6.4",
|
|
"lodash": "^4.17.15",
|
|
"simple-line-icons": "^2.4.1",
|
|
"vue": "^2.6.11",
|
|
"vue-element-loading": "^1.1.5",
|
|
"vue-html5-editor": "^1.1.1",
|
|
"vue-i18n": "^8.17.3",
|
|
"vue-json-pretty": "^1.6.3",
|
|
"vue-router": "^3.1.3",
|
|
"vue-select": "^3.2.0",
|
|
"vue-snotify": "^3.2.1",
|
|
"vue2-datepicker": "^3.4.1",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuex": "^3",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vue-i18n-loader": "^1.0.0",
|
|
"@vue/cli-plugin-babel": "^4.0.5",
|
|
"@vue/cli-plugin-eslint": "^4.0.5",
|
|
"@vue/cli-service": "^4.0.5",
|
|
"babel-eslint": "^10.0.3",
|
|
"compression-webpack-plugin": "^3.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"express": "^5.0.0-alpha.7",
|
|
"faker": "^4.1.0",
|
|
"nodemon": "^1.19.4",
|
|
"sass": "^1.23.1",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-cli-plugin-i18n": "~1.0.1",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|