mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
- new devcontainer spec "18-bookworm" -> "20-trixie" - fixed "vue serve" - improved vscode settings.json - improved typescript config - minor formatting
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "advent22_ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:unit-watch": "vue-cli-service test:unit --watch",
|
|
"lint": "vue-cli-service lint",
|
|
"ui": "vue ui --host 0.0.0.0 --headless"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"@types/chai": "^4.3.17",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/mocha": "^10.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-unit-mocha": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.7.3",
|
|
"bulma": "^1.0.2",
|
|
"bulma-toast": "2.4.3",
|
|
"chai": "^5.1.1",
|
|
"core-js": "^3.38.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"luxon": "^3.5.0",
|
|
"pinia": "^2.2.1",
|
|
"sass": "^1.77.8",
|
|
"sass-loader": "^16.0.0",
|
|
"typescript": ">=4.7.4 <5.5.0",
|
|
"vue": "^3.5.25",
|
|
"vue-class-component": "^8.0.0-0"
|
|
}
|
|
}
|