2024-12-09 16:06:29 +00:00
|
|
|
{
|
|
|
|
"name": "holt59-aoc",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"type-check": "vue-tsc --build",
|
|
|
|
"lint": "eslint . --fix",
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-10 16:26:04 +00:00
|
|
|
"@viz-js/viz": "^3.11.0",
|
|
|
|
"ansi-up": "^1.0.0",
|
2024-12-09 16:06:29 +00:00
|
|
|
"bootstrap": "^5.3.3",
|
|
|
|
"bootstrap-icons": "^1.11.3",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"luxon": "^3.5.0",
|
|
|
|
"pinia": "^2.2.6",
|
|
|
|
"sse.js": "^2.5.0",
|
2024-12-18 18:10:57 +00:00
|
|
|
"svg-pan-zoom": "^3.6.2",
|
2024-12-10 16:26:04 +00:00
|
|
|
"vue": "^3.5.13",
|
2024-12-18 18:10:57 +00:00
|
|
|
"vue-router": "4",
|
|
|
|
"vue3-toastify": "^0.2.8"
|
2024-12-09 16:06:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tsconfig/node22": "^22.0.0",
|
|
|
|
"@types/bootstrap": "^5.2.10",
|
|
|
|
"@types/lodash": "^4.17.13",
|
|
|
|
"@types/luxon": "^3.4.2",
|
|
|
|
"@types/node": "^22.9.3",
|
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
|
|
"@vue/eslint-config-typescript": "^14.1.3",
|
|
|
|
"@vue/tsconfig": "^0.7.0",
|
|
|
|
"eslint": "^9.14.0",
|
|
|
|
"eslint-plugin-vue": "^9.30.0",
|
|
|
|
"npm-run-all2": "^7.0.1",
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"sass": "1.77.6",
|
|
|
|
"typescript": "~5.6.3",
|
|
|
|
"vite": "^6.0.1",
|
|
|
|
"vite-plugin-vue-devtools": "^7.6.5",
|
|
|
|
"vue-tsc": "^2.1.10"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"strip-ansi": "^6.0.1"
|
|
|
|
}
|
|
|
|
}
|