-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^6.4.1",
"@reduxjs/toolkit": "^2.5.0",
"@tailwindcss/postcss": "^4.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"dotenv": "^16.4.7",
"hark": "^1.2.3",
"jsonwebtoken": "^9.0.2",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"react-social-login-buttons": "^4.1.0",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"redux": "^5.0.1",
"sass": "^1.83.4",
"socket.io-client": "^4.8.1",
"universal-cookie": "^7.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/hark": "^1.2.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}