-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "speedrun-twitch-ext",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"cypress:open": "yarn run cypress open",
"lint": "npx prettier --plugin prettier-plugin-svelte --check .",
"format": "npx prettier --plugin prettier-plugin-svelte --write .",
"twitch": "yarn run build && node ./scripts/twitch-package.mjs",
"migrate": "node ./migration/migration.mjs"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^20.5.7",
"archiver": "^6.0.0",
"axios": "^1.5.0",
"cypress": "^12.17.4",
"jsonwebtoken": "^9.0.1",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"rollup-plugin-copy": "^3.4.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"svelte-spa-router": "^3.3.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.5.2",
"@ungap/structured-clone": "^1.0.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"chota": "^0.9.2",
"fflate": "^0.8.0",
"zod": "^3.22.2"
},
"packageManager": "[email protected]"
}