poster-design/package.json

74 lines
2.2 KiB
JSON
Raw Normal View History

2023-07-18 07:03:15 +00:00
{
"name": "xunpai-design",
"version": "1.0.0",
"private": true,
"author": "ShawnPhang",
"scripts": {
2024-08-14 12:53:43 +00:00
"prepared": "npm i && cd service && npm i",
"serve": "npm run dev & cd service && npm run dev",
2023-07-18 07:03:15 +00:00
"dev": "cross-env NODE_ENV=development vite",
"v-build": "cross-env NODE_ENV=production && vite build",
"v-build-hard": "cross-env NODE_ENV=production vue-tsc --noEmit && vite build",
"build": "node script/set config.json && npm run v-build && sh script/reverse.sh",
"publish": "sh script/publish.sh",
"publish-fast": "git add . && git commit -m 'build: auto publish' && sh script/publish.sh"
},
"dependencies": {
2024-03-10 17:33:47 +00:00
"@palxp/color-picker": "workspace:*",
"@palxp/image-extraction": "workspace:*",
2023-07-18 07:03:15 +00:00
"@scena/guides": "^0.18.1",
2023-09-15 04:52:02 +00:00
"@webtoon/psd": "^0.4.0",
2023-07-18 07:03:15 +00:00
"axios": "^0.21.1",
"core-js": "^3.6.5",
2024-03-29 14:35:58 +00:00
"cropperjs": "^1.6.1",
2023-07-18 07:03:15 +00:00
"dayjs": "^1.10.7",
2024-04-04 23:34:12 +00:00
"element-plus": "^2.6.3",
2023-07-18 07:03:15 +00:00
"fontfaceobserver": "^2.1.0",
2024-08-14 12:53:43 +00:00
"html2canvas": "^1.0.0",
2024-04-18 11:17:21 +00:00
"immer": "^10.0.4",
"microdiff": "^1.4.0",
2024-03-17 12:56:04 +00:00
"mitt": "^3.0.1",
2023-07-18 07:03:15 +00:00
"moveable": "^0.26.0",
"moveable-helper": "^0.4.0",
"nanoid": "^3.1.23",
"normalize.css": "^8.0.1",
2024-03-14 13:06:39 +00:00
"pinia": "^2.1.7",
2023-07-18 07:03:15 +00:00
"qr-code-styling": "^1.6.0-rc.1",
"selecto": "^1.13.0",
"throttle-debounce": "^3.0.1",
"vite-plugin-compression": "^0.5.1",
"vue": "3.4.19",
2024-05-18 21:29:28 +00:00
"vue-i18n": "^9.13.1",
2023-07-18 07:03:15 +00:00
"vue-router": "^4.0.0-0",
"vuedraggable": "^4.1.0"
2023-07-18 07:03:15 +00:00
},
"devDependencies": {
2024-03-29 14:35:58 +00:00
"@types/cropperjs": "^1.3.0",
"@types/fontfaceobserver": "^2.1.3",
2024-03-05 12:09:09 +00:00
"@types/node": "^20.11.24",
2023-07-18 07:03:15 +00:00
"@types/throttle-debounce": "^2.1.0",
2024-03-01 21:19:14 +00:00
"@typescript-eslint/eslint-plugin": "^7.1.0",
2024-03-05 13:34:01 +00:00
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-vue": "^5.0.4",
2023-07-18 07:03:15 +00:00
"autoprefixer": "^10.3.1",
"cross-env": "^7.0.3",
2024-03-05 13:34:01 +00:00
"eslint": "^8.56.0",
2023-08-23 09:20:18 +00:00
"eslint-config-alloy": "~4.1.0",
2023-07-18 07:03:15 +00:00
"eslint-plugin-vue": "^7.12.1",
"less": "^4.1.1",
"terser": "^5.28.1",
"typescript": "^5.2.2",
2023-07-18 07:03:15 +00:00
"unplugin-element-plus": "^0.7.1",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
2023-07-18 07:03:15 +00:00
},
2024-03-10 17:33:47 +00:00
"workspaces": [
"packages/*"
],
2023-07-18 07:03:15 +00:00
"browserslist": [
2024-03-10 17:33:47 +00:00
"Chrome >= 90"
],
"website": "https://design.palxp.cn",
"homepage": "https://xp.palxp.cn"
2023-07-18 07:03:15 +00:00
}