-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 KB
/
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
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
{
"name": "identia",
"version": "0.5.0",
"description": "Decentralized, censorship resistant social media on IPFS",
"productName": "identia",
"author": "iohzrd <[email protected]>",
"type": "module",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"build": "vite build",
"bump": "node scripts/bump-versions.js",
"dev": "vite",
"info": "tauri info",
"postinstall": "npm run renameIpfsBinary",
"preview": "vite preview",
"renameIpfsBinary": "node scripts/rename-ipfs-binary.js",
"start": "tauri dev",
"tauri": "tauri",
"tauri:build": "tauri build -v",
"tauri:build-debug": "tauri build --debug -v",
"tauri:dev": "tauri dev -v",
"update": "ncu -u; npm install; cd src-tauri; cargo update"
},
"dependencies": {
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-sql": "^2.2.0"
},
"devDependencies": {
"@libp2p/peer-id": "^5.0.10",
"@ltd/j-toml": "^1.38.0",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tauri-apps/cli": "^2.2.5",
"carbon-components-svelte": "^0.87.0",
"carbon-icons-svelte": "^12.13.0",
"execa": "^9.5.2",
"ext2mime": "^2.0.1",
"get-video-id": "^4.1.7",
"is-ipfs": "^8.0.4",
"it-all": "^3.0.6",
"kubo": "^0.32.1",
"kubo-rpc-client": "^5.0.2",
"linkify-html": "^4.2.0",
"semver": "^7.6.3",
"string-strip-html": "^13.4.8",
"svelte": "^5.19.0",
"svelte-check": "^4.1.4",
"svelte-inview": "^4.0.4",
"svelte-lite-youtube-embed": "^1.1.0",
"svelte-preprocess": "^6.0.3",
"svelte-tauri-filedrop": "^2.0.1",
"timeago.js": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"uint8arrays": "^5.1.0",
"vite": "^6.0.7"
}
}