forked from koenoe/tvseri.es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
57
{
"name": "tmdb-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier . --write && sort-package-json",
"lint": "next lint",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"start": "next start"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"package.json": "sort-package-json"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"color": "^4.2.3",
"framer-motion": "^11.5.4",
"next": "15.0.0-canary.144",
"react": "19.0.0-rc-14a4699f-20240725",
"react-dom": "19.0.0-rc-14a4699f-20240725",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"tailwind-scrollbar-hide": "^1.1.7",
"use-debounce": "^10.0.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/color": "^3.0.6",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "15.0.0-rc.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-unused-imports": "^3",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}