-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 975 Bytes
/
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
{
"name": "twitch-tgar-rating",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"release": "release/make.sh"
},
"devDependencies": {
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/tmi.js": "^1.8.6",
"open": "^10.0.3",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"socket.io": "^4.7.3",
"socket.io-client": "^4.7.3",
"svelte": "^4.2.7",
"svelte-adapter-node-backend": "^2.0.0",
"svelte-check": "^3.6.0",
"tmi.js": "^1.8.5",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.12"
},
"type": "module"
}