-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 908 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
{
"name": "fugu-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "5.1.3",
"google-map-react": "^2.2.0",
"isotope-layout": "^3.0.6",
"next": "13.0.3",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-countdown": "^2.3.3",
"react-countup": "^6.3.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-modal-video": "1.2.8",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swiper": "^8.4.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "13.0.3"
}
}