4 "main": "src/index.tsx",
5 "license": "Apache-2.0",
7 "build": "ts-node ./scripts/esbuild.ts",
8 "format": "prettier --write .",
10 "watch": "ts-node ./scripts/esbuild.ts --watch"
19 "last 1 chrome version",
20 "last 1 firefox version",
21 "last 1 safari version"
25 "@babel/core": "^7.0.0",
26 "@emotion/react": "^11.7.1",
27 "@emotion/styled": "^11.11.0",
28 "@fontsource/dm-mono": "^5.0.14",
29 "@fontsource/dm-sans": "^5.0.13",
30 "@mui/icons-material": "^5.14.9",
31 "@mui/material": "^5.4.0",
33 "markdown-to-jsx": "^7.2.1",
35 "react-dom": "^17.0.2",
36 "react-feather": "^2.0.10"
39 "@trivago/prettier-plugin-sort-imports": "^4.2.1",
40 "@types/lodash": "^4.17.1",
41 "@types/node": "^20.12.11",
42 "@types/react": "^17.0.34",
43 "@types/react-dom": "^17.0.11",
44 "@typescript-eslint/eslint-plugin": "^5.10.2",
45 "@typescript-eslint/parser": "^5.59.11",
48 "eslint-config-prettier": "^8.3.0",
49 "eslint-plugin-react": "^7.28.0",
52 "typescript": "^5.1.3"
58 "importOrderSeparation": true,
59 "importOrderSortSpecifiers": true