-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "ink-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"server": "node pages/api/server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@next/font": "^13.2.4",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"express": "^4.18.2",
"gantt-task-react": "^0.3.9",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"next": "^13.2.4",
"react": "18.2.0",
"react-datepicker": "^4.12.0",
"react-dom": "18.2.0",
"react-gantt-chart": "^0.3.0-rc.11",
"react-material-ui-carousel": "^3.4.2",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"swr": "^2.1.1"
},
"devDependencies": {
"concurrently": "^8.0.1"
}
}