-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "unipro-site",
"version": "4.3.7",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"lint": "biome check --write",
"format": "biome format --write"
},
"dependencies": {
"@next/third-parties": "^16.1.6",
"@types/escape-html": "^1.0.4",
"escape-html": "^1.0.3",
"gray-matter": "^4.0.3",
"next": "^16.1.6",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-slug": "^8.0.0",
"remark-toc": "^9.0.0",
"tocbot": "^4.36.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@next/bundle-analyzer": "^16.1.6",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.56.1",
"jiti": "^2.6.1",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}