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.
86 lines
2.6 KiB
86 lines
2.6 KiB
{
|
|
"name": "sunday-english",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/cli": "7.16.0",
|
|
"@babel/core": "7.16.0",
|
|
"@babel/node": "7.16.0",
|
|
"@babel/preset-env": "7.16.0",
|
|
"@material-ui/core": "3.9.2",
|
|
"@material-ui/icons": "3.0.2",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^3.6.0",
|
|
"chartjs-plugin-datalabels": "1.0.0",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "^2.22.1",
|
|
"dayjs": "^1.10.4",
|
|
"history": "^4.10.1",
|
|
"html-react-parser": "^1.2.4",
|
|
"jquery": "^3.6.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"moment-duration-format": "2.2.2",
|
|
"node-sass": "9.0.0",
|
|
"qs": "^6.9.6",
|
|
"query-string": "^7.1.1",
|
|
"react": "^17.0.1",
|
|
"react-apple-login": "^1.1.3",
|
|
"react-chartjs-2": "^4.0.0",
|
|
"react-datepicker": "^4.1.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-facebook-login": "^4.1.1",
|
|
"react-google-login": "^5.2.2",
|
|
"react-js-pagination": "^3.0.3",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-router-hash-link": "^2.4.3",
|
|
"react-scripts": "4.0.3",
|
|
"react-slick": "^0.30.3",
|
|
"react-social-login": "^3.4.12",
|
|
"react-uikit3": "^0.14.0",
|
|
"redux": "^4.0.5",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"sass": "^1.32.8",
|
|
"sheetjs-style": "^0.15.8",
|
|
"styled-components": "^5.3.3",
|
|
"text-selection-react": "^1.1.8",
|
|
"web-vitals": "^1.0.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"resolutions": {
|
|
"@babel/core": "7.16.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts --max_old_space_size=4096 start",
|
|
"build": "react-scripts --max_old_space_size=4096 build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^5.1.1",
|
|
"prettier": "^2.2.1",
|
|
"style-loader": "^2.0.0"
|
|
}
|
|
}
|
|
|