package.json 1.46 KB
Newer Older
1 2 3 4 5
{
  "name": "newspaper",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
Ken's avatar
Ken committed
6 7
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
Ken's avatar
Ken committed
8
    "@mui/icons-material": "^5.10.9",
Ken's avatar
Ken committed
9 10
    "@mui/material": "^5.10.9",
    "@reduxjs/toolkit": "^1.8.6",
11 12 13 14 15 16 17
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.65",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
Ken's avatar
Ken committed
18 19
    "axios": "^0.27.2",
    "bootstrap": "^5.2.2",
Ken's avatar
Ken committed
20
    "dompurify": "^2.4.1",
Ken's avatar
Ken committed
21
    "moment": "^2.29.4",
Ken's avatar
Ken committed
22
    "query-string": "^7.1.1",
23 24
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
Ken's avatar
Ken committed
25
    "react-intersection-observer": "^9.4.1",
Ken's avatar
Ken committed
26
    "react-redux": "^8.0.4",
Ken's avatar
Ken committed
27
    "react-router-dom": "^6.4.5",
28
    "react-scripts": "5.0.1",
Ken's avatar
Ken committed
29
    "sass": "^1.55.0",
30
    "typescript": "^4.8.4",
31
    "usehooks-ts": "^2.9.1",
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
    "web-vitals": "^2.1.4"
  },
  "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"
    ]
Ken's avatar
Ken committed
57 58 59
  },
  "devDependencies": {
    "@types/dompurify": "^2.4.0"
60 61
  }
}