-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
43
44
45
46
47
48
49
50
{
"name": "fls",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"bulma": "^0.9.3",
"emailjs-com": "^3.2.0",
"next": "11.1.0",
"next-sitemap": "^1.6.168",
"node-sass": "^4.14.1",
"react": "17.0.2",
"react-collapsible": "^2.8.4",
"react-countdown": "^2.3.2",
"react-csv": "^2.0.3",
"react-date-countdown-timer": "^1.1.0",
"react-date-picker": "^8.3.4",
"react-datepicker": "^4.3.0",
"react-dom": "17.0.2",
"react-hexagon": "^1.1.3",
"react-hook-form": "^7.18.0",
"react-icons": "^4.3.1",
"react-lazyload": "^3.2.0",
"react-phone-number-input": "^3.1.35",
"react-scroll-parallax": "^2.4.0",
"react-select": "^4.3.1",
"react-simple-image-slider": "^2.3.0",
"react-styled-components": "^0.1.11",
"react-tabs": "^3.2.2",
"reactjs-popup": "^2.0.5",
"styled-component": "^2.8.0",
"swiper": "^7.3.1"
},
"devDependencies": {
"bootstrap": "^5.1.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"firebase": "^7.24.0",
"react-bootstrap": "^2.0.2",
"react-router-dom": "^6.0.2",
"sweetalert2": "^11.1.10"
}
}