-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "facebook-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.7",
"cookies-next": "^4.3.0",
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.12.0",
"firebase": "^11.0.1",
"giphy-api": "^2.0.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.0",
"next": "^15.0.3",
"next-connect": "^1.0.0",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"react-isloading": "^1.0.6",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/uniqid": "^5.3.4",
"autoprefixer": "^10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
},
"engines": {
"node": "18.x"
}
}