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.
73 lines
2.0 KiB
73 lines
2.0 KiB
{ |
|
"name": "danovin", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@material-ui/core": "^4.11.4", |
|
"@material-ui/icons": "^4.11.2", |
|
"@testing-library/jest-dom": "^5.11.4", |
|
"@testing-library/react": "^11.1.0", |
|
"@testing-library/user-event": "^12.1.10", |
|
"array-move": "^3.0.1", |
|
"audio-react-recorder": "^1.0.4", |
|
"axios": "^0.21.1", |
|
"babel-eslint": "^10.1.0", |
|
"babel-plugin-import-directory": "^1.1.0", |
|
"babel-plugin-wildcard": "^7.0.0", |
|
"bootstrap": "^5.0.1", |
|
"create-index": "^2.6.0", |
|
"history": "^5.0.0", |
|
"jalali-moment": "^3.3.10", |
|
"mapir-react-component": "^1.8.1", |
|
"material-ui-audio-player": "https://github.com/RezaAshrafi77/material-ui-audio-player.git", |
|
"material-ui-player": "^0.2.2", |
|
"prettier": "^2.3.1", |
|
"react": "^17.0.2", |
|
"react-audio-player": "^0.17.0", |
|
"react-dom": "^17.0.2", |
|
"react-elastic-carousel": "^0.11.5", |
|
"react-player": "^2.9.0", |
|
"react-qr-scanner": "^1.0.0-alpha.7", |
|
"react-redux": "^7.2.4", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "4.0.3", |
|
"react-sortable-hoc": "^2.0.0", |
|
"react-soundplayer": "^1.0.5", |
|
"react-swipeable-views": "^0.14.0", |
|
"react-toastify": "^7.0.4", |
|
"react-video-js-player": "^1.1.1", |
|
"redux": "^4.1.0", |
|
"redux-devtools-extension": "^2.13.9", |
|
"redux-thunk": "^2.3.0", |
|
"sass": "^1.34.1", |
|
"styled-components": "^5.3.0", |
|
"web-vitals": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"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": { |
|
"babel-plugin-root-import": "^6.6.0" |
|
} |
|
}
|
|
|