-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (38 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (38 loc) · 844 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
35
36
37
38
39
40
41
42
43
44
{
"name": "awxynth",
"version": "1.0",
"private": true,
"type": "module",
"scripts":
{
"dev": "vite",
"devx": "vite --open",
"test": "vitest run",
"build": "vite build",
"preview": "vite preview"
},
"dependencies":
{
"@sup2.0/weighted-list": "^0.2",
"desmost": "^0.6"
},
"devDependencies":
{
"@sveltejs/adapter-static": "^3.0",
"@sveltejs/kit": "^2.48",
"@sveltejs/vite-plugin-svelte": "^7.0",
"@types/desmos": "^1.11",
"mdsvex": "^0.12.8",
"rehype-katex-svelte": "^1.2.0",
"remark-math": "^3.0.0",
"sass": "^1.100",
"svelte": "^5.0",
"svelte-persisted-store": "^0.12",
"svelte-preprocess": "^6.0.1",
"tslib": "^2.8",
"typescript": "^6.0",
"unist-util-visit": "^5.0.0",
"vite": "^8.0.16",
"vitest": "^4.0"
}
}