mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2026-09-20 03:16:37 +00:00
180 lines
5.9 KiB
JSON
180 lines
5.9 KiB
JSON
{
|
|
"name": "picgo",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"main": "dist_electron/main/index.js",
|
|
"description": "A powerful & simple image uploader for creators.",
|
|
"author": {
|
|
"name": "Molunerfinn",
|
|
"email": "marksz@teamsz.xyz"
|
|
},
|
|
"scripts": {
|
|
"build": "electron-vite build",
|
|
"build:win": "npm run build && electron-builder --config electron-builder.config.ts --win --publish never",
|
|
"build:mac": "npm run build && electron-builder --config electron-builder.config.ts --mac --publish never",
|
|
"build:linux": "npm run build && electron-builder --config electron-builder.config.ts --linux --publish never",
|
|
"build:local": "dotenv -e .env -- electron-vite build && electron-builder --config electron-builder.config.ts --publish never",
|
|
"lint": "pnpm lint:dpdm && pnpm lint:dpdm-fe && eslint --ext .js,.jsx,.ts,.tsx,.vue src/",
|
|
"tsc": "tsc --noEmit",
|
|
"vue-tsc": "vue-tsc --noEmit",
|
|
"bump": "bump-version",
|
|
"cz": "git-cz",
|
|
"dev": "electron-vite dev",
|
|
"preview": "electron-vite preview",
|
|
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps",
|
|
"upload-dist": "node ./scripts/upload-dist.js",
|
|
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/background.ts",
|
|
"lint:dpdm-fe": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/renderer/main.tsx",
|
|
"check": "pnpm run tsc && pnpm run lint --fix",
|
|
"test": "vitest run",
|
|
"prepare": "husky",
|
|
"commitlint": "commitlint --edit"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.2.0",
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@picgo/i18n": "^1.0.0",
|
|
"@picgo/store": "^2.2.2",
|
|
"@picgo/video-duration": "^1.0.1",
|
|
"@tanstack/history": "^1.161.4",
|
|
"@tanstack/react-query": "^5.100.9",
|
|
"@tanstack/react-router": "^1.166.2",
|
|
"@tanstack/router-plugin": "^1.166.2",
|
|
"@virtuoso.dev/masonry": "^1.4.2",
|
|
"ahooks": "^3.9.7",
|
|
"axios": "^1.13.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clip-filepaths": "^0.3.0",
|
|
"clsx": "^2.1.1",
|
|
"comment-json": "^4.5.1",
|
|
"compare-versions": "^4.1.3",
|
|
"core-js": "^3.27.1",
|
|
"dayjs": "^1.11.19",
|
|
"dompurify": "^3.3.2",
|
|
"element-plus": "^2.3.7",
|
|
"epipebomb": "^1.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"i18next": "^25.8.14",
|
|
"immer": "^11.1.4",
|
|
"js-yaml": "^4.1.1",
|
|
"keycode": "^2.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-id": "^0.14.0",
|
|
"lowdb": "^1.0.0",
|
|
"lucide-react": "^0.577.0",
|
|
"marked": "^7.0.4",
|
|
"mime": "^4.1.0",
|
|
"mime-types": "^3.0.2",
|
|
"mitt": "^3.0.1",
|
|
"motion": "^12.35.1",
|
|
"multer": "^1.4.5-lts.1",
|
|
"next-themes": "^0.4.6",
|
|
"picgo": "^3.0.0",
|
|
"prismjs": "^1.30.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"qrcode.vue": "^3.3.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-i18next": "^16.5.6",
|
|
"react-virtuoso": "^4.18.3",
|
|
"semver": "^7.7.3",
|
|
"shell-path": "2.1.0",
|
|
"sonner": "^2.0.7",
|
|
"systeminformation": "^5.27.14",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tunnel": "^0.0.6",
|
|
"tw-animate-css": "^1.4.0",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2",
|
|
"vue3-lazyload": "^0.3.6",
|
|
"vue3-photo-preview": "^0.3.0",
|
|
"write-file-atomic": "^7.0.0",
|
|
"yaml": "^2.8.2",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "^3.276.0",
|
|
"@aws-sdk/lib-storage": "^3.276.0",
|
|
"@eslint/js": "^9.39.1",
|
|
"@molunerfinn/vite-plugin-electron-renderer": "^0.14.7",
|
|
"@picgo/bump-version": "^2.0.0",
|
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/electron-devtools-installer": "^2.2.0",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/lodash": "^4.17.21",
|
|
"@types/lowdb": "^1.0.9",
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^20",
|
|
"@types/prismjs": "^1.26.6",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/request-promise-native": "^1.0.17",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/tunnel": "^0.0.3",
|
|
"@types/uuid": "^9.0.2",
|
|
"@types/write-file-atomic": "^4.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"commitizen": "^4.3.1",
|
|
"conventional-changelog": "^3.1.18",
|
|
"cz-customizable": "^7.5.1",
|
|
"dotenv": "^16.0.1",
|
|
"dotenv-cli": "^11.0.0",
|
|
"dpdm": "^3.13.1",
|
|
"electron": "^38",
|
|
"electron-builder": "26.1.0",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-vite": "^4.0.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"globals": "^16.5.0",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^28.1.0",
|
|
"postcss": "^8.4.23",
|
|
"shadcn": "^3.8.5",
|
|
"stylus": "^0.54.7",
|
|
"stylus-loader": "^3.0.2",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.6",
|
|
"vitest": "^4.0.16",
|
|
"vue-tsc": "^3.2.3"
|
|
},
|
|
"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": "npm run lint:dpdm && commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|
|
}
|