-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"name": "archo-react",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"next": "12.0.7",
"react": "17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-dom": "17.0.2",
"react-modal-video": "^1.2.8",
"react-scroll": "^1.8.4",
"react-slick": "^0.28.1",
"sass": "^1.45.0",
"slick-carousel": "^1.8.1",
"swiper": "^7.3.2"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7"
}
}