-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.18 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": "2023_spring_festival_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.1",
"@next/font": "13.4.2",
"aos": "^2.3.4",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"framer-motion": "^10.12.12",
"gsap": "^3.11.5",
"next": "13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fullpage": "^0.1.19",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.11.2",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-spring": "^9.7.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"swiper": "^9.3.2"
}
}