-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.36 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "mimis-svelte",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"clean": "rm -rfv node_modules/ build/",
"car": "deno run npm:ipfs-car",
"gh:publish": "gh-pages -d build/ --nojekyll",
"docker": "docker compose up --build"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.0",
"@neoconfetti/svelte": "^2.0.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-node": "^5.3.2",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/adapter-vercel": "^5.10.2",
"@sveltejs/kit": "^2.41.0",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@sveltejs/vite-plugin-svelte-inspector": "^5.0.1",
"@types/eslint": "^9.6.0",
"@types/hammerjs": "^2.0.46",
"@types/sortablejs": "^1.15.8",
"@types/toastify-js": "^1.12.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.7.0",
"eslint-plugin-svelte": "^2.36.0",
"gh-pages": "^6.2.0",
"globals": "^15.0.0",
"svelte": "^5.38.10",
"svelte-check": "^4.0.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.5",
"vite-inspector": "^0.1.4",
"vite-plugin-mkcert": "^1.17.8"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-flourish": "^2.0.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@helia/verified-fetch": "^3.2.0",
"@ipld/car": "^5.4.2",
"@ipld/dag-cbor": "^9.2.4",
"@ipld/dag-json": "^10.2.5",
"@ipld/dag-pb": "^4.1.5",
"@ipld/unixfs": "^3.0.0",
"@reown/appkit": "^1.7.13",
"@reown/appkit-adapter-wagmi": "^1.7.13",
"@reown/appkit-common": "^1.7.13",
"@reown/appkit-controllers": "^1.7.13",
"@storacha/client": "^1.7.6",
"@wagmi/core": "^2.17.3",
"bootstrap-icons": "^1.13.1",
"dotenv": "^17.2.2",
"glob": "^11.0.3",
"hammerjs": "^2.0.8",
"ignore": "^6.0.2",
"ipfs-car": "^3.0.0",
"json5": "^2.2.3",
"kubo-rpc-client": "^5.3.0",
"mime": "^4.0.7",
"multiformats": "^13.3.7",
"neo4j-driver": "^5.26.0",
"sortablejs": "^1.15.6",
"svelte-pragmatic-sortable": "^0.3.12",
"tiny-invariant": "^1.3.3",
"toastify-js": "^1.12.0",
"uuid": "^11.1.0",
"wunderbaum": "^0.13.0"
},
"nodeModulesDir": "manual"
}