PicList/package.json

151 lines
4.6 KiB
JSON
Raw Normal View History

2017-11-27 19:21:12 -05:00
{
"name": "piclist",
2023-07-20 02:03:56 -04:00
"version": "1.9.8",
2023-03-07 02:07:33 -05:00
"author": {
"name": "Kuingsmile",
"email": "pkukuing@gmail.com"
2023-03-07 02:07:33 -05:00
},
"description": "PicList is a simple and powerful cloude storage manage tool.",
"homepage": "https://piclist.cn",
"bugs": {
"url": "https://github.com/Kuingsmile/PicList/issues",
"email": "pkukuing@gmail.com"
},
"license": "MIT",
2019-12-19 06:17:21 -05:00
"private": true,
2017-11-27 19:21:12 -05:00
"scripts": {
"build": "vue-cli-service electron:build",
2019-12-19 06:17:21 -05:00
"lint": "vue-cli-service lint",
"bump": "bump-version",
"cz": "git-cz",
"dev": "vue-cli-service electron:serve",
2019-12-19 06:17:21 -05:00
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"gen-i18n": "node ./scripts/gen-i18n-types.js",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
2019-12-19 06:17:21 -05:00
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"release": "vue-cli-service electron:build --publish always",
2023-02-16 20:44:19 -05:00
"upload-dist": "node ./scripts/upload-dist-to-r2.js",
"upload-beta": "node ./scripts/upload-beta.js",
2023-04-11 22:48:27 -04:00
"link": "node ./scripts/link.js",
"sha256": "node ./scripts/gen-sha256.js"
2017-11-27 19:21:12 -05:00
},
"dependencies": {
"@aws-sdk/client-s3": "^3.272.0",
"@aws-sdk/lib-storage": "^3.272.0",
"@aws-sdk/s3-request-presigner": "^3.272.0",
2023-06-03 09:47:24 -04:00
"@element-plus/icons-vue": "^2.1.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@octokit/rest": "^19.0.7",
2022-02-20 04:37:40 -05:00
"@picgo/i18n": "^1.0.0",
"@picgo/store": "^2.0.4",
"@types/marked": "^4.0.8",
2023-03-08 00:17:45 -05:00
"@types/mime-types": "^2.1.1",
"@videojs-player/vue": "^1.0.0",
"ali-oss": "^6.17.1",
"aws-sdk": "^2.1373.0",
2023-06-03 09:47:24 -04:00
"axios": "^1.4.0",
"compare-versions": "^4.1.3",
"core-js": "^3.27.1",
2023-06-03 09:47:24 -04:00
"cos-nodejs-sdk-v5": "^2.12.1",
"dexie": "^3.2.4",
"electron-updater": "^6.1.1",
"element-plus": "^2.3.8",
"epipebomb": "^1.0.0",
"fast-xml-parser": "^4.2.5",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"got": "^12.6.0",
"highlight.js": "^11.7.0",
"hpagent": "^1.2.0",
2019-12-19 06:17:21 -05:00
"keycode": "^2.2.0",
2017-11-29 10:13:35 -05:00
"lodash-id": "^0.14.0",
2017-11-27 19:21:12 -05:00
"lowdb": "^1.0.0",
"marked": "^4.3.0",
"mime-types": "^2.1.35",
"mitt": "^3.0.0",
2023-06-03 09:47:24 -04:00
"nodejs-file-downloader": "^4.12.1",
"piclist": "^0.8.2",
"pinia": "^2.1.4",
2023-02-21 22:43:40 -05:00
"pinia-plugin-persistedstate": "^3.1.0",
"qiniu": "^7.8.0",
2023-06-03 09:47:24 -04:00
"qrcode.vue": "^3.4.0",
2023-02-15 23:12:35 -05:00
"shell-path": "2.1.0",
"upyun": "^3.4.6",
"uuid": "^9.0.0",
2023-06-03 09:47:24 -04:00
"video.js": "^8.3.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue3-lazyload": "^0.3.6",
2023-06-03 09:47:24 -04:00
"vue3-photo-preview": "^0.3.0",
"webdav": "^5.2.3",
"write-file-atomic": "^4.0.1"
2017-11-27 19:21:12 -05:00
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@electron/notarize": "^2.0.0",
"@picgo/bump-version": "^1.1.2",
2023-06-03 09:47:24 -04:00
"@types/ali-oss": "^6.16.8",
"@types/electron-devtools-installer": "^2.2.2",
"@types/fs-extra": "^11.0.1",
2019-12-19 06:17:21 -05:00
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "^4.0.5",
2019-12-19 06:17:21 -05:00
"@types/lowdb": "^1.0.9",
"@types/node": "^16.10.2",
2019-12-19 06:17:21 -05:00
"@types/request-promise-native": "^1.0.17",
"@types/semver": "^7.5.0",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^9.0.0",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/runtime-dom": "^3.2.45",
2019-12-19 06:17:21 -05:00
"conventional-changelog": "^3.1.18",
"cz-customizable": "^6.2.0",
"dotenv": "^16.3.1",
"electron": "^22.0.2",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.34.0",
"eslint-config-standard": ">=16.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^9.9.0",
2019-12-19 06:17:21 -05:00
"husky": "^3.1.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript": "^4.9.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
},
"commitlint": {
"extends": [
"./node_modules/@picgo/bump-version/commitlint-picgo"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./node_modules/@picgo/bump-version/.cz-config.js"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
2019-12-19 06:17:21 -05:00
},
"resolutions": {
"@types/node": "^16.10.2",
"vue-cli-plugin-electron-builder/**/electron-builder": "23.3.3"
2017-11-27 19:21:12 -05:00
}
}