-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.7 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
58
59
{
"name": "pokedex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"eslint-config-next": "14.2.5",
"geist": "^1.3.1",
"jotai": "^2.9.0",
"lucide-react": "^0.258.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"postcss": "^8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-query": "^3.39.3",
"react-resizable-panels": "^2.0.22",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.2.2",
"@testing-library/react": "^16.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "8.43.0",
"jsdom": "^24.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}