Files
Alma-vid/package.json
Madara0330E 2af795f819 updated the version and added the label a home
updated the version and added the label a home
2025-05-27 22:36:05 +05:00

48 lines
1.1 KiB
JSON

{
"name": "alma-vid",
"version": "0.1.0",
"private": true,
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image-gallery": "^1.3.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint -c .eslintrc --ext .js,.jsx .",
"lint:fix": "npm run lint -- --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass": "^1.63.6"
},
"overrides": {
"nth-check": "^2.0.1",
"postcss": "^8.4.31"
}
}