townsquare/package.json
2023-05-27 11:47:43 +01:00

46 lines
1.2 KiB
JSON

{
"name": "townsquare",
"version": "2.16.0",
"description": "Blood on the Clocktower Town Square",
"author": "Steffen Baumgart",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build ./src/main.js",
"lint": "vue-cli-service lint",
"lint-ci": "vue-cli-service lint --no-fix --max-warnings=0"
},
"main": "App.vue",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vue/cli-service": "^5.0.8",
"prom-client": "^13.0.0",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"vue": "^3.3.4",
"@vue/compat": "^3.3.4",
"vuex": "^4.1.0",
"ws": "^7.4.6",
"vue-loader": "^17.1.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.41.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.0",
"prettier": "^2.8.8"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
}
}