-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.92 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
{
"name": "esa-layouts-shared",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/esamarathon/esa-layouts-shared#readme",
"bugs": {
"url": "https://github.com/esamarathon/esa-layouts-shared/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esamarathon/esa-layouts-shared.git"
},
"license": "MIT",
"author": "zoton2",
"scripts": {
"autofix:browser_shared": "cd browser_shared && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
"autofix:dashboard": "cd dashboard && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
"autofix:graphics": "cd graphics && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .ts,.vue .",
"autofix:types": "cd types && node ../../node_modules/eslint/bin/eslint.js --ignore-path ../.eslintignore --fix --ext .d.ts .",
"schema-types": "nodecg schema-types -o types/schemas --no-config-schema"
},
"dependencies": {
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.4",
"clone": "^2.1.2",
"fs-extra": "^11.2.0",
"get-video-duration": "3.0.2",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"obs-websocket-js": "^4.0.3",
"osc": "^2.4.4",
"string-similarity": "^4.0.4",
"tiny-typed-emitter": "^2.1.0",
"uuid": "^9.0.1",
"xkeys": "^2.4.0"
},
"devDependencies": {
"@esamarathon/mq-events": "^1.0.1",
"@types/amqp-connection-manager": "^2.0.12",
"@types/amqplib": "^0.10.5",
"@types/clone": "^2.1.4",
"@types/dompurify": "^3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/node-fetch": "^2.6.11",
"@types/string-similarity": "^4.0.2",
"@types/uuid": "^9.0.8",
"dompurify": "^3.1.4",
"marked": "^11.2.0",
"nodecg-cli": "^8.6.8",
"vuedraggable": "^2.24.3",
"vuex-class-state2way": "^1.0.1"
}
}