70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "uploader-panel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"my-ckeditor5-build-classic": "file:public/lib/ckeditor5-build-classic",
|
|
"@ckeditor/ckeditor5-react": "^3.0.3",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^0.24.0",
|
|
"moment-jalaali": "^0.9.4",
|
|
"prop-types": "^15.8.0",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.4.3",
|
|
"react-bootstrap-button-loader": "^2.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-toast-notifications": "^2.5.1",
|
|
"react-toastify": "^8.1.0",
|
|
"redux": "^4.0.5",
|
|
"redux-form": "^8.3.8",
|
|
"redux-thunk": "^2.4.1",
|
|
"sass": "^1.45.1",
|
|
"web-vitals": "^2.1.2"
|
|
},
|
|
"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": {
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jest": "^26.1.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"prettier": "^2.6.2",
|
|
"redux-devtools-extension": "^2.13.9"
|
|
}
|
|
}
|