poster-design/package.json
2024-01-31 11:15:15 +08:00

74 lines
2.3 KiB
JSON

{
"name": "xunpai-design",
"version": "1.0.0",
"private": true,
"author": "ShawnPhang",
"scripts": {
"prepared": "npm i && cd screenshot && npm i",
"serve": "npm run dev & cd screenshot && npm run dev",
"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": {
"@palxp/color-picker": "^1.5.5",
"@palxp/image-extraction": "^1.2.4",
"@scena/guides": "^0.18.1",
"@webtoon/psd": "^0.4.0",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"element-plus": "^2.3.7",
"fontfaceobserver": "^2.1.0",
"html2canvas": "^1.4.1",
"moveable": "^0.26.0",
"moveable-helper": "^0.4.0",
"nanoid": "^3.1.23",
"normalize.css": "^8.0.1",
"qr-code-styling": "^1.6.0-rc.1",
"selecto": "^1.13.0",
"throttle-debounce": "^3.0.1",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/node": "^16.3.1",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.1.4",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"esbuild-loader": "^2.13.1",
"eslint": "^7.29.0",
"eslint-config-alloy": "~4.1.0",
"eslint-plugin-vue": "^7.12.1",
"less": "^4.1.1",
"typescript": "~4.1.5",
"unplugin-element-plus": "^0.7.1",
"vite": "^2.4.1",
"vite-plugin-compression": "^0.3.0",
"vue-cli-plugin-norm": "~1.2.2",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}