aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: e26228534c294f3ae2bcfb0ac47a17fc3a809a40 (plain) (blame)
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": "dramalama-next",
	"version": "0.1.0",
	"private": true,
	"scripts": {
		"dev": "next dev",
		"build": "next build",
		"start": "next start",
		"lint": "next lint"
	},
	"dependencies": {
		"@nextui-org/react": "^2.3.6",
		"@vidstack/react": "^1.10.9",
		"child_process": "^1.0.2",
		"framer-motion": "^11.2.6",
		"media-icons": "^1.1.2",
		"next": "^14.2.3",
		"next-themes": "^0.3.0",
		"react-icons": "^5.0.1",
		"react-player": "^2.15.1",
		"react-router-dom": "^6.22.3"
	},
	"devDependencies": {
		"@types/node": "20.11.28",
		"@types/react": "18.2.66",
		"autoprefixer": "^10.4.19",
		"eslint": "^9",
		"postcss": "^8.4.38",
		"tailwindcss": "^3.4.3"
	}
}