-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 952 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
39
{
"name": "speak-easy",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 3006",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"license": "MIT",
"dependencies": {
"human-id": "^4.0.0",
"lodash": "^4.17.21",
"next": "^13.0.2",
"next-pwa": "^5.6.0",
"next-seo": "^5.14.1",
"next-themes": "^0.2.1",
"nosleep.js": "^0.12.0",
"peerjs": "^1.4.7",
"pretty-bytes": "^6.0.0",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"udp-rpc-bridge": "^0.0.5",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.188",
"@types/node": "18.11.9",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/use-sync-external-store": "^0.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"typescript": "4.8.4"
}
}