-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
63 lines (63 loc) · 1.89 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
{
"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.0.2",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-sql": "^2.0.0"
},
"devDependencies": {
"@libp2p/peer-id": "^5.0.5",
"@ltd/j-toml": "^1.38.0",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tauri-apps/cli": "^2.0.3",
"carbon-components-svelte": "^0.85.2",
"carbon-icons-svelte": "^12.12.0",
"execa": "^9.4.1",
"ext2mime": "^2.0.0",
"get-video-id": "^4.1.7",
"is-ipfs": "^8.0.4",
"it-all": "^3.0.6",
"kubo": "^0.31.0",
"kubo-rpc-client": "^5.0.1",
"linkify-html": "^4.1.3",
"semver": "^7.6.3",
"string-strip-html": "^13.4.8",
"svelte": "^4.2.19",
"svelte-inview": "^4.0.4",
"svelte-lite-youtube-embed": "^1.1.0",
"svelte-tauri-filedrop": "^1.0.0",
"timeago.js": "^4.0.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"uint8arrays": "^5.1.0",
"vite": "^5.4.9"
}
}