-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 927 Bytes
/
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
{
"name": "ase_2023_group_f",
"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",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"classname": "^0.0.0",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"icons": "^1.0.0",
"lodash": "^4.17.21",
"mongodb": "^6.1.0",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-fontawesome": "^1.7.1",
"react-highlight-words": "^0.20.0"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8",
"prettier": "^3.1.0",
"tailwindcss": "^3"
}
}