-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "my-student-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.0-9",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@reduxjs/toolkit": "^2.2.7",
"@uiw/react-code-preview": "^5.2.2",
"axios": "^1.7.4",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"framer-motion": "^11.3.28",
"fs": "^0.0.1-security",
"next": "14.2.5",
"react": "^18",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-code-preview-layout": "^3.1.5",
"react-dom": "^18",
"react-fontawesome": "^1.7.1",
"react-icons": "^5.4.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"socket.io-client": "^4.7.5",
"uuid4": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}