-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
{
"name": "salesine-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@google-cloud/speech": "^5.4.0",
"@mantine/core": "^6.0.4",
"@mantine/dates": "^6.0.4",
"@mantine/form": "^6.0.4",
"@mantine/hooks": "^6.0.4",
"@mantine/modals": "^6.0.4",
"@mantine/next": "^6.0.4",
"@mantine/notifications": "^6.0.4",
"@mantine/nprogress": "^6.0.4",
"@mantine/spotlight": "^6.0.4",
"@tabler/icons-react": "^2.11.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.1.1",
"tabler-icons-react": "^1.56.0"
}
}