-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
53
54
55
56
57
58
59
60
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@nestjs/websockets": "^10.3.0",
"@types/node": "20.1.7",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"apollo-server-express": "^3.13.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.3",
"bootstrap": "5.3.0",
"date-fns": "^2.30.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"express-session": "^1.17.3",
"font-awesome": "^4.7.0",
"fuse.js": "^7.0.0",
"graphql": "^16.8.1",
"graphql-tools": "^9.0.0",
"i": "^0.3.7",
"js-cookie": "^3.0.5",
"mdb-react-ui-kit": "^6.3.0",
"next": "^13.5.4",
"next-iron-session": "^4.2.0",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-paginate": "^8.2.0",
"react-spinners": "^0.13.8",
"react-toastify": "9.1.3",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"swr": "2.2.0",
"tailwindcss": "^3.3.6",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.5"
}
}