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.
72 lines
2.1 KiB
72 lines
2.1 KiB
{ |
|
"name": "chat-pwa", |
|
"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": "^4.6.0", |
|
"create-index": "^2.6.0", |
|
"jalali-moment": "^3.3.10", |
|
"leaflet": "^1.7.1", |
|
"node-sass": "^5.0.0", |
|
"prettier": "^2.3.0", |
|
"react": "^17.0.2", |
|
"react-audio-player": "^0.17.0", |
|
"react-dom": "^17.0.2", |
|
"react-elastic-carousel": "^0.11.5", |
|
"react-leaflet": "^3.2.0", |
|
"react-player": "^2.9.0", |
|
"react-redux": "^7.2.4", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "4.0.3", |
|
"react-sortable-hoc": "^2.0.0", |
|
"react-toastify": "^7.0.4", |
|
"redux-devtools-extension": "^2.13.9", |
|
"redux-thunk": "^2.3.0", |
|
"sass": "^1.34.0", |
|
"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", |
|
"prettier": "prettier --write \"**/*\"", |
|
"eslint": "eslint \"**/*.js\"", |
|
"index": "create-index ./src/Redux -r" |
|
}, |
|
"browserslist": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"devDependencies": { |
|
"@imaginary-cloud/eslint-config-react": "1.0.1", |
|
"eslint": "^7.15.0", |
|
"eslint-config-airbnb": "18.1.0", |
|
"eslint-config-airbnb-base": "^14.2.1", |
|
"eslint-config-prettier": "^7.0.0", |
|
"eslint-import-resolver-babel-module": "^5.2.0", |
|
"eslint-plugin-import": "^2.22.1", |
|
"eslint-plugin-jsx-a11y": "6.2.3", |
|
"eslint-plugin-prettier": "^3.3.0", |
|
"eslint-plugin-react": "7.19.0", |
|
"eslint-plugin-react-hooks": "2.5.1", |
|
"prettier": "^2.2.1" |
|
}, |
|
"plugins": [ |
|
"wildcard", |
|
"import-directory" |
|
] |
|
} |