42 lines
1008 B
JSON
42 lines
1008 B
JSON
{
|
|
"name": "jsite",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postbuild": "node utils/generate-sitemap.js"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tailwindcss/postcss": "^4.0.3",
|
|
"axios": "^1.9.0",
|
|
"bootstrap": "^5.3.0",
|
|
"clipboard": "^2.0.11",
|
|
"dotenv": "^16.5.0",
|
|
"glightbox": "^3.2.0",
|
|
"gray-matter": "^4.0.3",
|
|
"imagesloaded": "^5.0.0",
|
|
"isotope-layout": "^3.0.6",
|
|
"itooltip": "^1.1.1",
|
|
"marked": "^16.2.1",
|
|
"next": "^16.0.10",
|
|
"photoswipe": "^5.4.4",
|
|
"plyr": "^3.7.8",
|
|
"postcss": "^8.5.2",
|
|
"prismjs": "^1.29.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-photoswipe-gallery": "^3.0.2",
|
|
"react-type-animation": "^3.2.0",
|
|
"rellax": "^1.12.1",
|
|
"reveal.js": "^5.2.1",
|
|
"sass": "^1.85.0",
|
|
"swiper": "^11.2.4"
|
|
},
|
|
"type": "module"
|
|
}
|