-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 3.41 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "swc-overlays",
"version": "0.1.0",
"description": "Broadcast overlays for Inkling Performance Labs' English language coverage of the Splat World Championship.",
"compatibleDashboardVersion": "^4.1.0",
"compatibleGameVersions": [
"SPLATOON_2",
"SPLATOON_3"
],
"author": {
"name": "inkfarer",
"email": "[email protected]",
"url": "https://inkfarer.com"
},
"files": [
"dashboard",
"src/extension"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"build:clean": "npm run clean && npm run build",
"build:dev": "webpack",
"clean": "trash node_modules/.cache && trash dashboard && trash graphics",
"start": "node ../..",
"watch": "webpack -w",
"lint": "eslint --ext .js,.vue,.ts ./src",
"fix": "eslint ./src --fix",
"schema-types": "nodecg schema-types"
},
"nodecg": {
"compatibleRange": "^1.7.0 || ^2.0.0",
"graphics": [
{
"file": "gameplay.html",
"width": 1920,
"height": 1080
},
{
"file": "rosterDisplay.html",
"width": 1920,
"height": 1080
},
{
"file": "stageDisplay.html",
"width": 1920,
"height": 1080
},
{
"file": "intermission.html",
"width": 1920,
"height": 1080
},
{
"file": "lowerThird.html",
"width": 1920,
"height": 1080
},
{
"file": "casters.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@iplsplatoon/vue-components": "2.6.0",
"@nodecg/types": "^2.1.12",
"@types/lodash": "^4.14.171",
"@types/luxon": "^1.27.1",
"@types/node": "^15.14.9",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vue/compiler-sfc": "^3.2.31",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.39.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-vue": "^9.11.0",
"fork-ts-checker-webpack-plugin": "^7.2.3",
"globby": "^11.0.3",
"gsap": "npm:@gsap/shockingly@^3.10.2",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"luxon": "2.5.2",
"pinia": "^2.0.11",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"semver": "^7.3.5",
"style-loader": "^3.3.2",
"trash-cli": "^4.0.0",
"ts-node": "^10.7.0",
"ts-loader": "^9.4.2",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.2.2",
"vue": "^3.2.33",
"vue-eslint-parser": "^9.1.1",
"vue-loader": "^17.0.0",
"webpack": "5.81.0",
"webpack-cli": "^5.0.2",
"webpack-livereload-plugin": "^3.0.2"
}
}