2020-04-01 21:03:14 +00:00
|
|
|
{
|
|
|
|
"name": "townsquare",
|
|
|
|
"version": "1.0.0",
|
2020-04-15 20:42:32 +00:00
|
|
|
"description": "Blood on the Clocktower Town Square",
|
2020-04-05 17:50:33 +00:00
|
|
|
"author": "Steffen Baumgart",
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build ./src/main.js",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
2020-04-01 21:03:14 +00:00
|
|
|
"main": "App.vue",
|
|
|
|
"dependencies": {
|
2020-04-05 19:50:06 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
2020-04-15 20:42:32 +00:00
|
|
|
"@vue/cli-service": "^4.3.1",
|
2020-04-01 21:03:14 +00:00
|
|
|
"sass": "^1.26.3",
|
2020-04-03 17:41:48 +00:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-04-03 18:06:10 +00:00
|
|
|
"vue": "^2.3.3",
|
2020-05-02 19:11:20 +00:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-05-27 20:33:51 +00:00
|
|
|
"vuex": "^3.3.0",
|
|
|
|
"ws": "^7.3.0"
|
2020-04-01 21:03:14 +00:00
|
|
|
},
|
2020-04-05 17:50:33 +00:00
|
|
|
"devDependencies": {
|
2020-04-15 20:42:32 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^4.3.1",
|
2020-04-05 17:50:33 +00:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
"eslint": "^6.7.2",
|
2020-04-15 20:42:32 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2020-04-05 17:50:33 +00:00
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
"prettier": "^1.19.1"
|
2020-04-01 21:03:14 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"botc",
|
|
|
|
"townsquare",
|
|
|
|
"vue",
|
|
|
|
"scss"
|
|
|
|
],
|
2020-04-05 17:50:33 +00:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com//bra1n/townsquare.git"
|
|
|
|
}
|
2020-04-01 21:03:14 +00:00
|
|
|
}
|