-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.08 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": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"3d-react-carousal": "^4.0.2",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"next": "^12.1.0",
"react": "17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-bootstrap": "^2.2.0",
"react-countup": "^6.1.1",
"react-coverflow": "^0.2.20",
"react-coverflow-with-event": "^1.0.0-beta.1",
"react-dom": "17.0.2",
"react-flip-move": "^3.0.4",
"react-google-login": "^5.2.2",
"react-icons": "^4.3.1",
"react-player": "^2.9.0",
"react-visibility-sensor": "^5.1.1",
"swiper": "*"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}