-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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
{
"name": "csoc-2022-task3-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.5",
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"izitoast": "^1.4.0",
"next": "11.0.0",
"postcss": "^8.3.5",
"react": "17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "17.0.2",
"react-toastify": "^9.0.5",
"tailwindcss": "^2.2.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0"
}
}