-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "nexadb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@allwqre/react-responsive-font-size": "^1.2.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@dropzone-ui/react": "^7.0.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@prisma/client": "^5.15.0",
"@prisma/extension-accelerate": "^1.0.0",
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.5",
"accessibility-react-widget": "^1.0.4",
"axios": "^1.6.2",
"cookie": "^0.6.0",
"cookies-next": "^4.1.1",
"firebase": "^10.6.0",
"framer-motion": "^10.18.0",
"html-react-parser": "^5.1.10",
"jsdom": "^24.0.0",
"json-bigint": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-intl": "^3.11.1",
"next-recaptcha-v3": "^1.3.0",
"openai": "^4.52.0",
"react": "^18",
"react-animated-numbers": "^0.17.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.8.1",
"react-router-dom": "^6.22.3",
"react-type-animation": "^3.2.0",
"styled-components": "^6.1.11",
"tts-react": "^3.0.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "^3.0.5",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prisma": "^5.15.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}