-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "nostr-address-provider",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"check": "astro check && tsc --noEmit",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.2.0",
"@astrojs/vercel": "^3.4.0",
"astro": "^2.5.5",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"mongodb": "^5.5.0",
"nostr-tools": "^1.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.11",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react-transition-group": "^4.4.6",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1"
}
}