-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.35 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": "vodifai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@radix-ui/react-slider": "1.1.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@upstash/ratelimit": "^0.4.2",
"@upstash/redis": "^1.20.6",
"@vercel/analytics": "^1.0.1",
"@xmldom/xmldom": "^0.8.7",
"classnames": "^2.3.2",
"downshift": "^7.6.0",
"eslint": "8.35.0",
"eventsource-parser": "^0.1.0",
"framer-motion": "^10.12.8",
"googleapis": "^112.0.0",
"gptoken": "^0.1.0",
"he": "^1.2.0",
"luxon": "^3.3.0",
"next": "^13.4.1",
"node-vibrant": "3.2.1-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.12.0",
"react-responsive": "^9.0.2",
"sharp": "^0.31.3",
"stemmer": "^2.0.1",
"tts-react": "^1.2.0",
"typescript": "4.9.5",
"ytdl-core": "^4.11.4"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/he": "^1.2.0",
"@types/jest": "^29.5.1",
"@types/luxon": "^3.3.0",
"@types/sharp": "^0.31.1",
"@types/xmldom": "^0.1.31",
"eslint-config-next": "^13.4.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"sass": "^1.62.1"
}
}