townsquare/package.json

39 lines
913 B
JSON
Raw Normal View History

2020-04-01 21:03:14 +00:00
{
"name": "townsquare",
"version": "1.0.0",
"description": "Blood on the Clocktower Virtual 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 17:50:33 +00:00
"@vue/cli-service": "^4.2.3",
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",
"vue-template-compiler": "^2.6.11"
2020-04-01 21:03:14 +00:00
},
2020-04-05 17:50:33 +00:00
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"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
}