-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "challenges",
"private": true,
"type": "module",
"license": "MIT",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"format": "prettier --write --ignore-unknown ./app ",
"test": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/istok-web": "^5.2.8",
"@fontsource/roboto": "^5.2.6",
"@mui/material": "^7.3.4",
"@mui/x-charts": "^8.13.1",
"@react-router/fs-routes": "7.9.3",
"@react-router/node": "^7.13.1",
"@react-router/serve": "^7.13.1",
"@types/clone-deep": "^4.0.4",
"clone-deep": "^4.0.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"isbot": "^5.1.31",
"nanoid": "^5.1.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"react-router": "^7.13.1",
"simplebar-react": "^3.3.2",
"vite-plugin-babel": "^1.3.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.27.1",
"@react-router/dev": "^7.13.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "20",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"jsdom": "27.0.0",
"prettier": "^3.5.3",
"sass-embedded": "1.93.2",
"typescript": "^5.8.3",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}