-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
36
37
38
{
"name": "aka-creator",
"version": "0.4.0",
"private": true,
"scripts": {
"ngrok": "ngrok http --domain=midge-shining-tomcat.ngrok-free.app 3001",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"knip": "knip"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@nostr-dev-kit/ndk": "^2.5.0",
"debug": "^4.3.4",
"firebase": "^10.8.0",
"next": "^14.1.0",
"nostr-tools": "^1.17.0",
"react": "^18",
"react-dom": "^18",
"short-uuid": "^4.2.2"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}