-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "unipro-site",
"version": "1.10.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"eslint": "^9",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.2",
"@mui/joy": "^5.0.0-beta.51",
"@mui/material": "^6.4.2",
"@mui/material-nextjs": "^6.4.2",
"@next/third-parties": "15.1.6",
"escape-html": "^1.0.3",
"gray-matter": "^4.0.3",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.3",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-slug": "^7.0.1",
"remark-toc": "^9.0.0",
"swiper": "^11.2.2",
"tocbot": "^4.33.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@types/escape-html": "^1.0.4",
"@types/node": "^22",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}