-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 953 Bytes
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
{
"name": "youtube-playlist-next-app",
"version": "1.0.0",
"private": true,
"description": "A Next.js web app presents a Youtube playlist with cards.",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/layout": "^2.1.19",
"@chakra-ui/react": "^2.6.1",
"@chakra-ui/system": "^2.5.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/kumbh-sans": "^5.0.1",
"framer-motion": "^10.12.16",
"next": "13.4.3",
"next-pwa": "^5.6.0",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"typescript": "^5.0.4"
},
"packageManager": "yarn@3.6.1",
"pnp": true
}