-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "salesine-next-app",
"version": "0.1.0",
"private": true,
"main": "src/index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apideck/vault-js": "^1.3.2",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@faker-js/faker": "^8.0.2",
"@google-cloud/speech": "^5.4.0",
"@headlessui/react": "^1.7.15",
"@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",
"@microsoft/recognizers-text-suite": "^1.3.0",
"@tabler/icons-react": "^2.11.0",
"axios": "^1.3.4",
"chart.js": "^4.3.0",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"googleapis": "^114.0.0",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"next": "13.2.4",
"node-cron": "^3.0.2",
"node-webvtt": "^1.9.4",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"react-stars": "^2.2.5",
"react-wavesurfer.js": "^0.0.8",
"swr": "^2.1.1",
"tabler-icons-react": "^1.56.0",
"wavesurfer-react": "^2.2.2",
"wavesurfer.js": "^6.6.4"
},
"devDependencies": {
"@types/react": "18.2.6",
"typescript": "5.0.4"
}
}