-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 Bytes
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
{
"schema": "https://schemastore.org/package",
"name": "poketab-frontend",
"version": "2.2.0",
"private": true,
"engines": {
"pnpm": ">=8"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@itsfuad/domtoastmessage": "^1.0.7",
"@panzoom/panzoom": "^4.6.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/jest": "^29.5.14",
"highlight.js": "^11.11.1",
"sass": "^1.84.0",
"socket.io-client": "^4.8.1",
"svelte": "^5.19.9",
"svelte-check": "^4.1.4",
"typescript": "^5.7.3",
"vite": "^5.4.14"
},
"type": "module"
}