mirror of
https://github.com/ApfelTeeSaft/R2-Explorer.git
synced 2026-08-26 19:33:39 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "r2-web-drive",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.8.3",
|
|
"file-saver": "^2.0.5",
|
|
"pdfvuer": "^2.0.1",
|
|
"sweetalert2": "^11.4.17",
|
|
"util": "^0.12.4",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.0.3",
|
|
"vue-toast-notification": "^3.0.4",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-standard": "^7.0.0",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.8.2",
|
|
"eslint": "^8.18.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0"
|
|
}
|
|
}
|