forked from Hackerzspace/FramePhase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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
36
37
38
39
{
"name": "framephase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.534.0",
"@aws-sdk/client-transcribe": "^3.533.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@material-tailwind/react": "^2.1.9",
"aos": "^3.0.0-beta.6",
"aws-crt": "^1.21.1",
"axios": "^1.6.7",
"core-js": "^3.36.1",
"framer-motion": "^11.0.22",
"locomotive-scroll": "^5.0.0-beta.11",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18",
"swr": "^2.2.5",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/core-js": "^2.5.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}