townsquare/package.json

44 lines
1.1 KiB
JSON

{
"name": "townsquare",
"version": "1.0.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"
},
"main": "App.vue",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@vue/cli-service": "^4.3.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue": "^2.3.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0",
"ws": "^7.3.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
}
}