-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (32 loc) · 749 Bytes
/
package.json
File metadata and controls
34 lines (32 loc) · 749 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
33
34
{
"type": "module",
"name": "sup2point0.github.io",
"version": "4.0",
"private": true,
"scripts":
{
"dev": "vite dev",
"devx": "vite dev --open",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test"
},
"devDependencies":
{
"@playwright/test": "^1.58.1",
"@stdlib/random-sample": "^0.2.1",
"@sup2.0/weighted-list": "latest",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"fuzzball": "^2.1.3",
"sass": "^1.77.3",
"svelte": "^5.53",
"svelte-check": "^4.4.3",
"svelte-persisted-store": "^0.11.0",
"svelte-preprocess": "^6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^7.0"
}
}