-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 618 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 618 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "0.24.0",
"gray-matter": "4.0.3",
"highlight.js": "^11.3.1",
"marked": "4.0.8",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "4.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
},
"keywords": [],
"name": "github-leaderboard-web",
"description": "Documentation web - Github Leaderboard API"
}