- typescript 5.9 업데이트: Uint8Array 문제 해결 - jest -> vitest (이후엔 그냥 node.test ?) - @trpc 준비 - node 24
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@sammo/gateway_client",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "vue-tsc",
|
|
"build-only": "vite build",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"author": "Hide_D <hided62@gmail.com>",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@sammo/util": "workspace:^",
|
|
"@strpc/client_ky": "workspace:^",
|
|
"@strpc/def": "workspace:^",
|
|
"@trpc/client": "^11.6.0",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-vue-next": "^0.40.6",
|
|
"bson": "^6.10.4",
|
|
"date-fns": "^4.1.0",
|
|
"ky": "^1.11.0",
|
|
"lodash-es": "^4.17.21",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^20.1.6",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^24.7.0",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-vue": "^10.5.0",
|
|
"prettier": "^3.6.2",
|
|
"tslib": "^2.8.1",
|
|
"vite": "^7.1.9",
|
|
"vue-tsc": "^3.1.1",
|
|
"zod": "^4.1.12"
|
|
}
|
|
} |