-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "speech-breeze",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/icons": "^5.3.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/nunito": "^5.0.16",
"@mui/base": "^5.0.0-beta.36",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/system": "^5.15.9",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@types/react-syntax-highlighter": "^15.5.11",
"ant-design": "^1.0.0",
"axios": "^1.6.8",
"formik": "^2.4.5",
"framer-motion": "^11.0.5",
"next": "14.1.0",
"next-auth": "^4.24.5",
"notistack": "^3.0.1",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-intl": "^6.6.2",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.0",
"react18-input-otp": "^1.1.4",
"simplebar-react": "^3.2.4",
"stripe": "^15.2.0",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.4",
"typeface-nunito": "^1.1.13",
"ua-parser-js": "^1.0.38",
"wavesurfer-react": "^3.0.2",
"wavesurfer.js": "^7.7.5",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"typescript": "^5"
}
}