2024-08-20 23:25:37 +04:00
|
|
|
{
|
|
|
|
"name": "promo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design/icons": "^5.4.0",
|
2024-08-28 00:07:24 +04:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
|
|
|
"@mui/material": "^6.0.0",
|
2024-08-20 23:25:37 +04:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.18.105",
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-08-28 00:07:24 +04:00
|
|
|
"@types/styled-components": "^5.1.34",
|
2024-08-20 23:25:37 +04:00
|
|
|
"antd": "^5.20.1",
|
|
|
|
"axios": "^1.7.4",
|
2024-08-23 18:08:55 +04:00
|
|
|
"node-fetch": "^2.6.7",
|
2024-08-20 23:25:37 +04:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-scripts": "5.0.1",
|
2024-08-28 00:07:24 +04:00
|
|
|
"styled-components": "^6.1.12",
|
2024-08-24 15:57:28 +04:00
|
|
|
"swiper": "^11.1.10",
|
2024-08-20 23:25:37 +04:00
|
|
|
"typescript": "^4.9.5",
|
2024-08-23 18:08:55 +04:00
|
|
|
"use-sound": "^4.0.3",
|
2024-08-20 23:25:37 +04:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-08-23 18:08:55 +04:00
|
|
|
"start": "set PORT=5000 &&react-scripts start",
|
2024-08-20 23:25:37 +04:00
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-23 18:08:55 +04:00
|
|
|
"@types/node-fetch": "^2.6.11",
|
2024-08-20 23:25:37 +04:00
|
|
|
"tailwindcss": "^3.4.10"
|
|
|
|
}
|
|
|
|
}
|