{ "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" }, "devDependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/vue-fontawesome": "^3.0.5", "@types/chai": "^4.3.11", "@types/luxon": "^3.3.5", "@types/mocha": "^10.0.5", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@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": "^12.0.0", "@vue/test-utils": "^2.4.2", "@vueuse/core": "^10.6.1", "animate.css": "^4.1.1", "axios": "^1.6.2", "bulma": "^0.9.4", "bulma-prefers-dark": "^0.1.0-beta.1", "bulma-toast": "^2.4.3", "chai": "^4.3.10", "core-js": "^3.33.3", "eslint": "^8.54.0", "eslint-plugin-vue": "^9.18.1", "luxon": "^3.4.4", "pinia": "^2.1.7", "sass": "^1.69.5", "sass-loader": "^13.3.2", "typescript": "~5.3.2", "vue": "^3.3.8", "vue-class-component": "^8.0.0-0" } }