{ "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.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/vue-fontawesome": "^3.0.6", "@types/chai": "^4.3.14", "@types/luxon": "^3.4.2", "@types/mocha": "^10.0.6", "@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.5", "@vueuse/core": "^10.9.0", "animate.css": "^4.1.1", "axios": "^1.6.8", "bulma": "^0.9.4", "bulma-prefers-dark": "^0.1.0-beta.1", "bulma-toast": "2.4.3", "chai": "^4.3.10", "core-js": "^3.36.1", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "luxon": "^3.4.4", "pinia": "^2.1.7", "sass": "^1.72.0", "sass-loader": "^14.1.1", "typescript": "~5.4.3", "vue": "^3.4.21", "vue-class-component": "^8.0.0-0" } }