-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 847 Bytes
/
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
{
"name": "linktree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bad-words": "^3.0.4",
"crypto-js": "^4.1.1",
"encoding": "^0.1.13",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"firebase": "^9.23.0",
"js-cookie": "^3.0.5",
"next": "^14.2.4",
"nextjs-toploader": "^1.4.2",
"postcss": "8.4.24",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"react-share": "^4.4.1",
"tailwindcss": "3.3.2"
}
}