-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
57
58
59
60
{
"name": "react-router-mui",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@react-router/fs-routes": "^7.0.2",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"isbot": "^4.1.0",
"match-sorter": "^6.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.2",
"sort-by": "^1.2.0",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@react-router/dev": "^7.0.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0",
"react-router-devtools": "^1.0.5",
"sass": "^1.82.0",
"typescript": "^5.7.2",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=20"
},
"prettier": {
"plugins": [
"prettier-plugin-jsdoc"
],
"jsdocPrintWidth": 120
}
}