-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.73 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
{
"name": "ether-docs",
"private": true,
"version": "2.6.1",
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4.1.12",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"javascript-time-ago": "^2.5.11",
"lucide-react": "^0.548.0",
"marked": "^16.3.0",
"next": "^15.5.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-ga": "^3.3.1",
"react-waypoint": "^10.3.0",
"sanitize-html": "^2.17.0",
"shiki": "^3.11.0",
"tailwindcss-animate": "^1.0.7",
"timeago": "^1.6.7"
},
"devDependencies": {
"@saber2pr/types-github-api": "^0.0.9",
"@types/node": "^24.3.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.1.2",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.45.0",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"eslint": "^9.31.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"postcss": "^8.5.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"typescript": "^5.8.3",
"zustand": "^5.0.8"
}
}