-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 KB
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
60
61
62
63
{
"name": "pokedex",
"version": "2.1.0",
"private": true,
"author": {
"name": "Vishal Kamath",
"email": "vishalkamath853@gmail.com",
"url": "https://github.com/Vishal-Kamath"
},
"description": "Welcome to the PokéDex Website! This is a web application built using Next 13, Tailwind CSS, and the PokéAPI, that provides a comprehensive collection of information about all your favorite Pokemon species.",
"homepage": "https://pokedex-gamma-one-30.vercel.app/",
"keywords": [
"Next.js",
"React",
"TypeScript",
"Tailwind CSS",
"PokéDex",
"Pokémon",
"PokéAPI",
"PokeDex",
"Pokemon"
],
"repository": {
"url": "https://github.com/Vishal-Kamath/pokedex"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/og": "^0.5.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"axios-cache-interceptor": "^1.0.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"next": "13.4.1",
"next-pwa": "^5.6.0",
"pokenode-ts": "^1.18.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.1",
"react-redux": "^8.0.5",
"sharp": "^0.32.1",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8"
}
}