forked from bra1n/townsquare
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "townsquare",
"version": "2.22.8",
"description": "Blood on the Clocktower Town Square",
"author": "Steffen Baumgart",
"scripts": {
"clone-unofficial": "npx rimraf ./tmp && git clone https://github.com/tomozbot/botc-icons.git --depth 1 ./tmp/botc-icons",
"copy-unofficial": "npx rimraf ./src/assets/icons/unofficial/ && npx copyfiles -u 3 ./tmp/botc-icons/WEBP/**/* ./src/assets/icons/unofficial && npx copyfiles -u 3 ./tmp/botc-icons/WEBP/* ./src/assets/icons/unofficial/ && npx rimraf ./tmp",
"clone-official": "npx rimraf ./tmp && git clone https://github.com/ThePandemoniumInstitute/botc-release.git --depth 1 ./tmp/botc-release",
"copy-official": "npx rimraf ./src/assets/icons/official/ && npx copyfiles -u 4 ./tmp/botc-release/resources/characters/**/* ./src/assets/icons/official/ && npx rimraf ./tmp",
"serve": "npm run clone-unofficial && npm run copy-unofficial && npm run clone-official && npm run copy-official && vue-cli-service serve",
"build": "npm run clone-unofficial && npm run copy-unofficial && npm run clone-official && npm run copy-official && vue-cli-service build ./src/main.js",
"lint": "vue-cli-service lint",
"lint-ci": "vue-cli-service lint --no-fix --max-warnings=0"
},
"main": "App.vue",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@vue/cli-service": "^5.0.8",
"@vue/runtime-dom": "^3.3.4",
"prom-client": "^13.0.0",
"sass": "^1.69.5",
"sass-loader": "^8.0.2",
"vue": "^2.7.15",
"vue-template-compiler": "^2.7.15",
"vuex": "^3.6.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/eslint-config-prettier": "^8.0.0",
"copyfiles": "^2.4.1",
"eslint": "^8.53.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.0.3",
"rimraf": "^6.0.1"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
}
}