-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "nsite-manager",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"format": "prettier -w ."
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.5",
"@emotion/react": "^11.14.0",
"applesauce-accounts": "^0.11.0",
"applesauce-core": "^0.11.0",
"applesauce-factory": "^0.11.0",
"applesauce-loaders": "^0.11.0",
"applesauce-react": "^0.11.0",
"applesauce-signers": "^0.11.0",
"blossom-client-sdk": "^3.0.1",
"chart.js": "^4.4.8",
"chartjs-plugin-autocolors": "^0.3.1",
"dayjs": "^1.11.13",
"framer-motion": "^12.4.3",
"hash-sum": "^2.0.0",
"idb": "^8.0.2",
"nostr-feedback-button": "^0.1.2",
"nostr-idb": "^2.2.0",
"nostr-tools": "^2.10.4",
"nostr-wasm": "^0.1.0",
"path-browserify": "^1.0.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.29.0",
"rx-nostr": "^3.5.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/hash-sum": "^1.0.2",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"typescript": "~5.7.3",
"vite": "^6.1.0"
},
"packageManager": "pnpm@9.14.4"
}