-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "outloud",
"version": "0.2.1",
"type": "module",
"description": "Archive your social media posts with immutable, decentralized storage technology for permanent preservation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite",
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "binaryck",
"license": "ISC",
"dependencies": {
"@mempool/mempool.js": "^3.0.0",
"@tailwindcss/vite": "^4.1.13",
"@types/three": "^0.179.0",
"lucide-react": "^0.536.0",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.7.1",
"sats-connect": "^3.6.1",
"tailwindcss": "^4.1.13",
"three": "^0.179.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.3",
"@types/chrome": "^0.1.1",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"sass": "^1.89.2",
"typescript": "^5.9.2",
"vite": "^7.0.6",
"vite-tsconfig-paths": "^5.1.4"
}
}