35 lines
1,021 B
JSON
35 lines
1,021 B
JSON
{
|
|
"name": "advent22_ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.8.3",
|
|
"vue": "^3.2.13",
|
|
"vue-class-component": "^8.0.0-0"
|
|
},
|
|
"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.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"axios": "^1.1.3",
|
|
"bulma": "^0.9.4",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"sass": "^1.55.0",
|
|
"sass-loader": "^13.1.0",
|
|
"typescript": "~4.5.5"
|
|
}
|
|
}
|