-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"name": "my-react-router-app",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc --build --noEmit"
},
"dependencies": {
"@mantine/charts": "^7.15.0",
"@mantine/code-highlight": "^7.15.0",
"@mantine/core": "^7.15.0",
"@mantine/dates": "^7.15.0",
"@mantine/form": "^7.15.0",
"@mantine/hooks": "^7.15.0",
"@mantine/notifications": "^7.15.0",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@tabler/core": "1.0.0-beta21",
"@tabler/icons-react": "^3.24.0",
"dayjs": "^1.11.13",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"recharts": "^2.14.1"
},
"devDependencies": {
"@react-router/dev": "^7.0.2",
"@types/node": "^20.17.10",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}