-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 960 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
{
"name": "nyaysathi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@github/webauthn-json": "^2.1.1",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"axios": "^1.6.2",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"firebase": "^10.7.1",
"framer-motion": "^10.16.4",
"iron-session": "6.3.1",
"next": "13.5.1",
"react": "18.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "18.2.0",
"react-files": "^3.0.0",
"react-icons": "^4.12.0",
"react-select": "^5.8.0",
"recorder-js": "^1.0.7",
"tone": "^14.7.77"
},
"devDependencies": {}
}