2022-10-28 00:14:20 +00:00
|
|
|
{
|
|
|
|
|
"name": "advent22_ui",
|
2026-02-22 13:12:49 +00:00
|
|
|
"version": "0.2.0",
|
2022-10-28 00:14:20 +00:00
|
|
|
"private": true,
|
2026-02-20 22:22:05 +00:00
|
|
|
"type": "module",
|
2026-02-15 21:26:23 +00:00
|
|
|
"packageManager": "yarn@4.12.0",
|
2022-10-28 00:14:20 +00:00
|
|
|
"scripts": {
|
2026-02-22 01:14:38 +00:00
|
|
|
"dev": "vite --host",
|
2026-02-20 22:22:05 +00:00
|
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
2026-02-22 01:14:38 +00:00
|
|
|
"preview": "vite preview --host",
|
2026-02-20 22:22:05 +00:00
|
|
|
"test:unit": "vitest",
|
|
|
|
|
"build-only": "vite build",
|
|
|
|
|
"type-check": "vue-tsc --build",
|
2026-02-22 01:14:38 +00:00
|
|
|
"lint": "run-s 'lint:*'",
|
2026-02-20 22:22:05 +00:00
|
|
|
"lint:oxlint": "oxlint . --fix",
|
|
|
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
|
|
|
"format": "prettier --write --experimental-cli src/"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"pinia": "^3.0.4",
|
|
|
|
|
"vue": "^3.5.28"
|
2022-10-28 00:14:20 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-21 19:10:56 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
|
|
|
"@fortawesome/vue-fontawesome": "^3.1.3",
|
2026-02-20 22:22:05 +00:00
|
|
|
"@tsconfig/node24": "^24.0.4",
|
|
|
|
|
"@types/jsdom": "^27.0.0",
|
2026-02-22 13:11:38 +00:00
|
|
|
"@types/luxon": "^3.7.1",
|
2026-02-20 22:22:05 +00:00
|
|
|
"@types/node": "^25.3.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
|
|
|
"@vitest/eslint-plugin": "^1.6.9",
|
2026-02-22 13:11:38 +00:00
|
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
2024-08-08 16:56:24 +00:00
|
|
|
"@vue/test-utils": "^2.4.6",
|
2026-02-13 00:05:28 +00:00
|
|
|
"@vue/tsconfig": "^0.8.1",
|
2026-02-21 19:10:56 +00:00
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
|
"axios": "^1.13.5",
|
|
|
|
|
"bulma": "^1.0.4",
|
|
|
|
|
"bulma-toast": "2.4.3",
|
2026-02-22 13:11:38 +00:00
|
|
|
"eslint": "^10.0.1",
|
2026-02-20 22:22:05 +00:00
|
|
|
"eslint-config-prettier": "^10.1.8",
|
2026-02-22 13:11:38 +00:00
|
|
|
"eslint-plugin-oxlint": "~1.49.0",
|
2026-02-20 22:22:05 +00:00
|
|
|
"eslint-plugin-vue": "~10.8.0",
|
|
|
|
|
"jiti": "^2.6.1",
|
|
|
|
|
"jsdom": "^28.1.0",
|
2026-02-21 19:10:56 +00:00
|
|
|
"luxon": "^3.7.2",
|
2026-02-20 22:22:05 +00:00
|
|
|
"npm-run-all2": "^8.0.4",
|
2026-02-22 13:11:38 +00:00
|
|
|
"oxlint": "~1.49.0",
|
2026-02-20 22:22:05 +00:00
|
|
|
"prettier": "3.8.1",
|
2026-02-21 19:10:56 +00:00
|
|
|
"sass-embedded": "^1.97.3",
|
2026-02-20 22:22:05 +00:00
|
|
|
"typescript": "~5.9.3",
|
|
|
|
|
"vite": "^7.3.1",
|
2026-02-22 01:14:38 +00:00
|
|
|
"vite-bundle-analyzer": "^1.3.6",
|
|
|
|
|
"vite-plugin-html": "^3.2.2",
|
2026-02-20 22:22:05 +00:00
|
|
|
"vite-plugin-vue-devtools": "^8.0.6",
|
|
|
|
|
"vitest": "^4.0.18",
|
2026-02-22 03:05:05 +00:00
|
|
|
"vue-eslint-parser": "^10.4.0",
|
2026-02-22 13:11:38 +00:00
|
|
|
"vue-tsc": "^3.2.5"
|
2026-02-20 22:22:05 +00:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.19.0 || >=22.12.0"
|
2024-08-27 00:25:42 +00:00
|
|
|
}
|
2023-09-03 19:38:30 +00:00
|
|
|
}
|