-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.13 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
{
"name": "twiter-stats",
"version": "1.0",
"author": "Nilanth",
"keywords": [
"react",
"nextjs",
"swr",
"netlify",
"tailwindcss",
"vercel",
"axios",
"react-hooks",
"nextauth",
"next-themes",
"dark-mode",
"twitter-api"
],
"description": "TwiterStats is a Twitter Followers Tracker build with Next.js, TailWindCSS, NextAuth.",
"repository": {
"type": "git",
"url": "https://github.com/Nilanth/twiter-stats",
"directory": "/"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"html-to-image": "^1.9.0",
"next": "latest",
"next-auth": "^4.20.1",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-use": "^17.3.2",
"swr": "^1.1.0",
"twitter-lite": "^1.1.0",
"vanilla-tilt": "^1.7.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}