-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 762 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
{
"name": "react-yt-flexible-examples",
"version": "0.1.0",
"private": true,
"description": "A collection of flexible examples using react-yt-flexible",
"author": "Luis Reynaldo <lreynaldoj@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/luiserj/react-yt-flexible-examples.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-yt-flexible": "^1.0.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}