-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 815 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 815 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
{
"name": "gradient-descent-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tsconfig/svelte": "^5.0.5",
"svelte": "^5.39.4",
"svelte-check": "^4.3.1",
"typescript": "~5.8.3",
"vite": "^7.1.7"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/plotly.js": "^3.0.6",
"@types/three": "^0.180.0",
"d3": "^7.9.0",
"d3-contour": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"katex": "^0.16.25",
"lucide-svelte": "^0.553.0",
"plotly.js-dist-min": "^3.1.0",
"three": "^0.180.0"
}
}