-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "dashboard2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.71",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@mui/styled-engine-sc": "^5.11.11",
"@next/font": "13.2.4",
"axios": "^1.4.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"font-awesome": "^4.7.0",
"framer-motion": "^10.2.4",
"mongoose": "^7.2.2",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.8",
"swiper": "^9.1.1"
},
"devDependencies": {
"sass": "^1.59.2"
}
}