-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.17 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "mnogueron.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.2.5",
"@emotion/react": "^11.14.0",
"@material-ui/core": "^4.4.1",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.4.1",
"@react-spring/web": "^9.7.5",
"axios": "^0.19.0",
"es5-shim": "^4.5.13",
"es6-shim": "^0.35.5",
"mdi-material-ui": "6.6.0",
"next": "15.1.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-easy-panzoom": "^0.4.3",
"react-ga": "^2.6.0",
"react-icons": "^5.4.0",
"react-intl": "^3.1.13",
"react-redux": "^7.1.1",
"react-typed": "^2.0.12",
"react-use-measure": "^2.1.1",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"typescript": "^5"
},
"overrides": {
"@material-ui/core": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"@material-ui/icons": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"@material-ui/styles": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"mdi-material-ui": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"react-ga": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"react-intl": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"react-redux": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
},
"@react-spring/web": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19"
}
}
}