-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 982 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
40
{
"name": "karaoke",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/next-js": "^2.0.1",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@tanstack/react-query": "^4.26.1",
"@testing-library/dom": "^9.0.1",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.2.4",
"google-it": "^1.6.4",
"jsdom": "^21.1.0",
"next": "13.2.4",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"typescript": "4.9.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/jsdom": "^21.1.0",
"vitest": "^0.29.2"
}
}