-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
122 lines (122 loc) · 4.18 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "twitchat",
"version": "15.3.2",
"private": false,
"author": "Durss",
"description": "Full featured alternative Twitch chat",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others \"npm run front/watch\" \"npm run server/watch\"",
"build": "npm run i18n && npm run lande && npm run front/build && npm run server/build",
"front/watch": "vite --host",
"front/watch-force": "vite --host --force",
"front/build": "vue-tsc --noEmit && vite build",
"server/watch": "tsc -w -p ./tsconfig_server.json",
"server/build": "tsc -p ./tsconfig_server.json",
"server/start": "pm2 start bootstrap-pm2.json",
"lande": "npx rollup --config lande.config.js",
"patch": "npm run versionUpgrade patch",
"minor": "npm run versionUpgrade minor",
"major": "npm run versionUpgrade major",
"i18n": "node src_labels/index.mjs",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"streamdeck_package": "npm run streamdeck_package_clean && DistributionTool.exe -b -i streamdeck_plugin/fr.twitchat.sdPlugin -o streamdeck_plugin",
"streamdeck_package_clean": "shx rm streamdeck_plugin/fr.twitchat.streamDeckPlugin",
"streamdeck_deploy_local": "shx cp -r streamdeck_plugin/fr.twitchat.sdPlugin C:/Users/franc/AppData/Roaming/Elgato/StreamDeck/Plugins/",
"check-circular-dependencies": "dpdm ./src_front/main.ts",
"versionUpgrade": "node scripts/versionSuffix.mjs"
},
"dependencies": {
"@fastify/cors": "^8.1.0",
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.1.0",
"@fastify/rate-limit": "^7.5.0",
"@fastify/static": "^6.5.0",
"ajv": "^8.16.0",
"core-js": "^3.8.3",
"discord-interactions": "^3.4.0",
"discord.js": "^14.14.1",
"fast-json-patch": "^3.1.1",
"fastify": "^4.27.0",
"fastify-raw-body": "^4.2.1",
"fastify-sse-v2": "^4.0.0",
"googleapis": "^128.0.0",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.7",
"node-static": "^0.7.11"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@imengyu/vue3-context-menu": "^1.3.8",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rushstack/eslint-patch": "^1.1.0",
"@sentry/integrations": "^7.99.0",
"@sentry/vue": "^7.99.0",
"@streamerbot/client": "^1.9.3",
"@types/dom-screen-wake-lock": "^1.0.0",
"@types/dompurify": "^3.0.5",
"@types/gsap": "^3.0.0",
"@types/jsonpath": "^0.2.4",
"@types/matter-js": "^0.19.5",
"@types/node": "^22.9.0",
"@types/three": "^0.158.0",
"@types/tmi.js": "^1.8.1",
"@types/vue-select": "^3.16.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/tsconfig": "^0.5.1",
"concurrently": "^7.5.0",
"dom-to-image-more": "^3.1.6",
"dpdm": "^3.9.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"grapheme-splitter": "^1.0.4",
"gsap": "^3.10.4",
"i": "^0.3.7",
"isomorphic-dompurify": "^1.9.0",
"jsonpath": "^1.1.1",
"lande": "^1.0.10",
"less-loader": "^8.0.0",
"lorem-ipsum": "^2.0.8",
"mathjs": "^12.2.0",
"matter-js": "^0.19.0",
"npm": "^10.8.0",
"obs-websocket-js": "^5.0.6",
"pinia": "^2.0.23",
"pixi.js": "^7.3.3",
"rollup": "^4.18.0",
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"three": "^0.158.0",
"tmi.js": "github:Durss/tmi.js",
"typescript": "^5.6.3",
"vite": "^5.4.1",
"vite-plugin-package-version": "^1.1.0",
"vue": "^3.3.9",
"vue-contenteditable": "^4.1.0",
"vue-country-flag-next": "^2.3.2",
"vue-draggable-plus": "^0.6.0",
"vue-facing-decorator": "^3.0.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"vue-select": "github:Durss/vue-select#beta",
"vue-tippy": "^6.0.0",
"vue-tsc": "^2.0.5",
"vue3-carousel": "^0.2.9",
"vue3-marquee": "^4.2.0",
"vuedraggable": "^4.1.0",
"webpack-env": "^0.8.0"
}
}