-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 967 Bytes
/
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
{
"name": "unipro-site",
"version": "1.11.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"eslint": "^8",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
},
"dependencies": {
"@next/third-parties": "15.1.2",
"gray-matter": "^4.0.3",
"next": "15.1.2",
"prettier": "^3.3.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1",
"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.1.14",
"tocbot": "^4.32.2"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^8",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}