-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 801 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 801 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
{
"name": "svatom",
"version": "1.0.0",
"main": "index.js",
"author": "Laszlo Korte",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@budarin/vite-plugin-webmanifest": "^1.0.12",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"vite": "^5.3.1",
"vite-plugin-pwa": "^1.0.0"
},
"dependencies": {
"@petristation/renewjs": "^2.0.3",
"@svatom/basic": "^1.2.0",
"@svatom/threedee": "^1.0.5",
"partial.lenses": "^14.17.0",
"partial.lenses.history": "git+https://github.com/laszlokorte/partial.lenses.history#initialdate",
"phoenix": "^1.7.14",
"ramda": "^0.30.1",
"regl": "^2.1.1",
"svelte": "^5.37.2",
"xstate": "^5.14.0"
}
}