33 lines
783 B
JSON
33 lines
783 B
JSON
{
|
|
"name": "consen-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export && node scripts/generate-sitemap.cjs",
|
|
"start": "npx serve out",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"axios": "^1.11.0",
|
|
"imagesloaded": "^5.0.0",
|
|
"isotope-layout": "^3.0.6",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^1.6.1",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-countup": "^6.4.1",
|
|
"react-dom": "18.2.0",
|
|
"react-google-recaptcha": "^3.1.0",
|
|
"react-visibility-sensor": "^5.1.1",
|
|
"sitemap": "^8.0.0",
|
|
"swiper": "^9.0.4",
|
|
"wowjs": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "^14.2.0"
|
|
}
|
|
}
|