-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 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
{
"name": "bouquet",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier -w src/",
"analyze": "vite-bundle-visualizer",
"deploy": "tsc && vite build && nsite-cli upload dist"
},
"dependencies": {
"@catamphetamine/id3js": "^1.0.2",
"@heroicons/react": "^2.2.0",
"@noble/hashes": "^1.7.1",
"@nostr-dev-kit/ndk": "^2.12.2",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.15",
"@tailwindcss/vite": "^4.0.14",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-query-devtools": "^5.68.0",
"add": "^2.0.6",
"axios": "^1.8.3",
"blossom-client-sdk": "^4.1.0",
"blurhash": "^2.0.5",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"nostr-tools": "^2.11.0",
"p-limit": "^6.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-pdf": "^9.2.1",
"react-router-dom": "^7.3.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.68.0",
"@types/lodash": "^4.17.16",
"@types/react": "^19.0.11",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.21",
"daisyui": "^4.10.1",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"nsite-cli": "^0.1.16",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-bundle-visualizer": "^1.2.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.36.0"
}
}