Advertisement
hasanqqsp

package.json discussion forum

Dec 28th, 2022 (edited)
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.59 KB | None | 0 0
  1. {
  2.   "name": "dicoding-discussion-forum",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "type": "module",
  6.   "dependencies": {
  7.     "@reduxjs/toolkit": "^1.9.0",
  8.     "daisyui": "^2.42.1",
  9.     "html-react-parser": "^3.0.4",
  10.     "javascript-time-ago": "^2.5.9",
  11.     "nanoid": "^4.0.0",
  12.     "prop-types": "^15.8.1",
  13.     "react": "^18.2.0",
  14.     "react-daisyui": "^2.4.6",
  15.     "react-dom": "^18.2.0",
  16.     "react-icons": "^4.7.1",
  17.     "react-redux": "^8.0.5",
  18.     "react-redux-loading-bar": "^5.0.4",
  19.     "react-router-dom": "^6.4.3",
  20.     "react-scripts": "5.0.1",
  21.     "web-vitals": "^2.1.4"
  22.   },
  23.   "scripts": {
  24.     "start": "react-scripts start",
  25.     "build": "react-scripts build",
  26.     "test": "react-scripts test",
  27.     "eject": "react-scripts eject"
  28.   },
  29.   "eslintConfig": {
  30.     "extends": [
  31.       "react-app",
  32.       "react-app/jest"
  33.     ]
  34.   },
  35.   "browserslist": {
  36.     "production": [
  37.       ">0.2%",
  38.       "not dead",
  39.       "not op_mini all"
  40.     ],
  41.     "development": [
  42.       "last 1 chrome version",
  43.       "last 1 firefox version",
  44.       "last 1 safari version"
  45.     ]
  46.   },
  47.   "devDependencies": {
  48.     "@babel/preset-env": "^7.20.2",
  49.     "@testing-library/jest-dom": "^5.16.5",
  50.     "@testing-library/react": "^13.4.0",
  51.     "@testing-library/user-event": "^13.5.0",
  52.     "@types/jest": "^29.2.4",
  53.     "eslint": "^8.28.0",
  54.     "eslint-config-airbnb": "^19.0.4",
  55.     "eslint-plugin-import": "^2.26.0",
  56.     "eslint-plugin-jsx-a11y": "^6.6.1",
  57.     "eslint-plugin-react": "^7.31.11",
  58.     "eslint-plugin-react-hooks": "^4.6.0",
  59.     "jest": "^27.5.1",
  60.     "tailwindcss": "^3.2.4"
  61.   }
  62. }
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement