-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 918 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
{
"name": "fractos-web",
"module": "index.ts",
"type": "module",
"private": true,
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@catppuccin/codemirror": "^1.0.3",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@feraxjs/thselector": "^1.0.3",
"@glifox/desmos": "^0.1.2",
"@glifox/fractos": "0.1.5",
"@glifox/gnosis": "^0.0.19",
"@glifox/guitite": "0.1.3",
"@sqlite.org/sqlite-wasm": "3.53.0-build1",
"codemirror": "^6.0.2",
"loro-crdt": "^1.12.1",
"marked": "^18.0.3"
},
"scripts": {
"prev:home": "bun ./app/home/index.html",
"build": "vite build ./app/home --config vite.config.js"
},
"devDependencies": {
"esbuild": "^0.28.0",
"rollup": "^4.60.2",
"vite": "^8.0.10",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.6.0"
}
}