mirror of https://github.com/bra1n/townsquare.git
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "townsquare",
|
|
"version": "1.5.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.29",
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.1",
|
|
"@fortawesome/vue-fontawesome": "^0.1.10",
|
|
"@vue/cli-service": "^4.4.6",
|
|
"sass": "^1.26.9",
|
|
"sass-loader": "^8.0.2",
|
|
"vue": "^2.3.3",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuex": "^3.5.1",
|
|
"ws": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-eslint": "^4.4.6",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"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"
|
|
}
|
|
}
|