-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.21 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "iris",
"private": true,
"version": "0.1.0",
"type": "module",
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=16.0.0 <17.0.0 || >=18.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/irislib/iris-client.git"
},
"description": "Nostr client",
"author": "Martti Malmi",
"license": "MIT",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --fix",
"preview": "vite preview",
"test": "vitest",
"electron:serve": "concurrently -k \"cross-env BROWSER=none npm run dev\" \"npm run electron:start\"",
"electron:build": "npm run build && electron-builder -c.extraMetadata.main=build/main.js",
"electron:start": "wait-on tcp:5173 && electron .",
"format": "prettier --write \"**/*.+(js|jsx|tsx|json|yml|yaml|css|md)\""
},
"build": {
"extends": null,
"appId": "com.nestr",
"mac": {
"icon": "src/assets/nest-logo-no-name.png"
},
"win": {
"icon": "src/assets/nest-logo-no-name.png"
},
"nsis": {
"installerIcon": "src/assets/nest-logo-no-name.png"
},
"files": [
"dist/**/*",
"build/**/*",
"node_modules/**/*",
"package.json"
],
"directories": {
"buildResources": "assets"
}
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@getalby/bitcoin-connect-react": "^3.6.2",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@noble/ed25519": "^2.1.0",
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "2.8.2",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.2",
"@primer/octicons-react": "^19.9.0",
"@remixicon/react": "^4.2.0",
"@types/date-fns": "^2.6.0",
"@zxing/library": "^0.21.3",
"bencode": "^4.0.0",
"bolt11": "^1.4.1",
"classnames": "^2.5.1",
"debug": "^4.3.6",
"dexie": "4.0.8",
"emoji-picker-react": "^4.11.1",
"fuse.js": "^7.0.0",
"hls.js": "^1.5.15",
"irisdb": "1.0.11",
"irisdb-hooks": "1.0.11",
"irisdb-nostr": "1.0.17",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"minidenticons": "^4.2.1",
"nostr-double-ratchet": "^0.0.1",
"nostr-social-graph": "1.0.5",
"nostr-tools": "^2.7.2",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.1",
"react-string-replace": "^1.1.1",
"react-swipeable": "^7.0.1",
"stream-browserify": "^3.0.0",
"typescript-lru-cache": "^2.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/bencode": "^2.0.4",
"@types/config": "^3.3.5",
"@types/crypto-js": "^4.2.2",
"@types/date-fns": "^2.6.0",
"@types/debug": "^4.1.12",
"@types/diff": "^5.2.2",
"@types/lodash": "^4.17.7",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sanitize-html": "^2.13.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"config": "^3.3.12",
"cross-env": "^7.0.3",
"daisyui": "^4.12.10",
"electron": "^32.0.1",
"electron-builder": "^24.13.3",
"electron-is-dev": "^3.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"jsdom": "^25.0.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-sort-imports": "^1.8.6",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.0.5",
"wait-on": "^8.0.0"
}
}