You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
{ |
|
"name": "new_danovin", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@babel/helper-compilation-targets": "^7.16.3", |
|
"@craco/craco": "^6.4.0", |
|
"@testing-library/jest-dom": "^5.11.4", |
|
"@testing-library/react": "^11.1.0", |
|
"@testing-library/user-event": "^12.1.10", |
|
"@trendyol-js/react-carousel": "^2.0.0", |
|
"axios": "^0.24.0", |
|
"jalali-moment": "^3.3.10", |
|
"jol-player": "^2.5.0", |
|
"leaflet": "^1.8.0", |
|
"mapir-react-component": "^2.0.1", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-indiana-drag-scroll": "^2.1.0", |
|
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1", |
|
"react-modern-drawer": "^1.0.1", |
|
"react-qr-reader": "^2.2.1", |
|
"react-redux": "^7.2.6", |
|
"react-router-dom": "^6.0.2", |
|
"react-scripts": "4.0.3", |
|
"react-simple-star-rating": "^4.0.5", |
|
"react-star-rating-component": "^1.4.1", |
|
"react-toastify": "^8.1.0", |
|
"react-tooltip": "^4.2.21", |
|
"react-wavesurfer": "^0.8.6", |
|
"redux": "^4.1.2", |
|
"redux-devtools-extension": "^2.13.9", |
|
"redux-thunk": "^2.4.0", |
|
"sass": "^1.43.4", |
|
"web-vitals": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"start": "craco start", |
|
"build": "craco build", |
|
"test": "craco test", |
|
"eject": "react-scripts eject" |
|
}, |
|
"eslintConfig": { |
|
"extends": [ |
|
"react-app", |
|
"react-app/jest" |
|
] |
|
}, |
|
"browserslist": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"devDependencies": { |
|
"autoprefixer": "^9.8.8", |
|
"postcss": "^7.0.39", |
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17" |
|
} |
|
}
|
|
|