2026-05-30 21:18:13 +09:00
|
|
|
{
|
|
|
|
|
"name": "sb_pt",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint": "run-s lint:*",
|
|
|
|
|
"lint:oxlint": "oxlint . --fix",
|
|
|
|
|
"lint:eslint": "eslint . --fix --cache"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-31 15:42:52 +09:00
|
|
|
"@toast-ui/editor": "^3.2.2",
|
|
|
|
|
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
|
2026-05-30 21:18:13 +09:00
|
|
|
"axios": "^1.16.1",
|
|
|
|
|
"pinia": "^3.0.4",
|
2026-05-31 15:42:52 +09:00
|
|
|
"prismjs": "^1.30.0",
|
2026-05-30 21:18:13 +09:00
|
|
|
"vue": "^3.5.32",
|
|
|
|
|
"vue-router": "^5.0.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^10.0.1",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
|
|
|
"eslint": "^10.2.1",
|
|
|
|
|
"eslint-plugin-oxlint": "~1.60.0",
|
|
|
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
|
|
|
"globals": "^17.5.0",
|
|
|
|
|
"npm-run-all2": "^8.0.4",
|
|
|
|
|
"oxlint": "~1.60.0",
|
|
|
|
|
"vite": "^8.0.8",
|
|
|
|
|
"vite-plugin-vue-devtools": "^8.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
|
|
|
}
|
|
|
|
|
}
|