-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "dor-moyal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.1.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.10",
"next": "12.1.6",
"next-seo": "^5.14.1",
"next-sitemap": "^3.1.32",
"next-themes": "^0.2.0",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-bootstrap": "^2.4.0",
"react-collapsible": "^2.9.0",
"react-countup": "^6.2.0",
"react-dom": "18.1.0",
"react-intersection-observer": "^9.2.2",
"react-responsive-masonry": "^2.1.4",
"sass": "^1.52.2",
"swiper": "^8.2.2",
"yet-another-react-lightbox": "^2.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"react-circular-progressbar": "^2.0.4"
}
}