-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
31 lines (31 loc) · 856 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
{
"name": "awesome-blog-directory",
"version": "0.1.0",
"description": "Minimalistic directory for curating blogs and links.",
"main": "index.js",
"repository": "[email protected]:searchableguy/awesome-blog-directory.git",
"author": "searchableguy [email protected]",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@octokit/graphql": "^4.5.0",
"fuse.js": "^6.0.0",
"next": "^9.4.4",
"next-mdx-enhanced": "^3.0.0",
"next-offline": "^5.0.2",
"react": "^0.0.0-experimental-33c3af284",
"react-dom": "^0.0.0-experimental-33c3af284"
},
"devDependencies": {
"@types/node": "^14.0.5",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
}
}