-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "socials-lol",
"version": "1.0.0",
"private": true,
"description": "Create a shareable card with all your socials, links, game stats, and more!",
"scripts": {
"dev": "npx patch-package; next dev",
"build": "npx patch-package; next build",
"start": "npx patch-package; next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/firebase-adapter": "^0.1.2-pr.183-76202b42.8",
"firebase": "^9.6.11",
"framer-motion": "^6.3.2",
"lodash": "^4.17.21",
"next": "12.1.5",
"next-auth": "^4.3.3",
"nodemailer": "^6.7.3",
"nprogress": "^0.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-spinners": "^0.11.0",
"sass": "^1.50.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.25",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.4",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}