memorial/package.json

29 lines
586 B
JSON
Raw Normal View History

2024-03-12 05:57:01 +00:00
{
"name": "memorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
2024-03-24 10:04:35 +00:00
"build": "next build",
"start": "next start -p 8080 -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.5",
"axios": "^1.6.7",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"typescript": "^5"
}
2024-03-12 05:57:01 +00:00
}