-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 973 Bytes
/
package.json
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
{
"private": true,
"name": "@ndimensional/aurora-client",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npx vite",
"build": "npx vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nDimensional/aurora.git"
},
"author": "Joel Gustafson",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nDimensional/aurora/issues"
},
"homepage": "https://github.com/nDimensional/aurora#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"wrangler": "^3.99.0"
},
"dependencies": {
"@noble/hashes": "^1.6.1",
"@sqlite.org/sqlite-wasm": "^3.45.1-build1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@webgpu/types": "^0.1.52",
"hsluv": "^1.0.1",
"p-queue": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-debounce": "^10.0.4"
}
}