-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "honeybeeobt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage --watchAll --silent",
"test-workflows": "jest --coverage --silent"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.3.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.15.15",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.36",
"@types/react-dom": "18.2.24",
"axios": "^1.6.4",
"bootstrap": "^5.3.0",
"canvas-sketch": "^0.7.7",
"crunker": "^2.4.0",
"dompurify": "^3.0.6",
"dotenv": "^16.3.1",
"eslint": "8.57.0",
"express-rate-limit": "^6.7.0",
"express-slow-down": "^1.6.0",
"ffmpeg-static": "^5.2.0",
"ffmpeg-wasm": "^1.0.1",
"ffmpeg-wasm-patched": "^0.12.8",
"ffmpeg.js": "^4.2.9003",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.2",
"mic-recorder-to-mp3": "^2.2.2",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"next": "^13.5.4",
"next-connect": "^1.0.0",
"node-mocks-http": "^1.12.2",
"react": "^18.2.0",
"react-audio-voice-recorder": "^1.2.1",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-player": "^2.12.0",
"sharp": "^0.33.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.4",
"uuid": "^9.0.1",
"v": "^0.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/dompurify": "^3.0.2",
"@types/express-slow-down": "^1.3.2",
"@types/ffmpeg.js": "^3.1.6",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/formidable": "^3.4.5",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.21",
"@types/react-burger-menu": "^2.8.3",
"@types/uuid": "^9.0.8",
"canvas-sketch-types": "^1.1.2",
"eslint-config-next": "^13.5.4",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"next-router-mock": "^0.9.7",
"node-fetch": "^3.3.2",
"video-renderer": "^1.0.2"
}
}