townsquare/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-01 21:03:14 +00:00
{
"name": "townsquare",
2020-09-22 07:10:42 +00:00
"version": "1.9.1",
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": {
"@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",
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",
"vuex": "^3.5.1",
2020-05-27 20:33:51 +00:00
"ws": "^7.3.0"
2020-04-01 21:03:14 +00:00
},
2020-04-05 17:50:33 +00:00
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.4.6",
2020-04-05 17:50:33 +00:00
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.4",
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
}