forked from officialrajdeepsingh/awesome-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 901 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
{
"name": "awesome-nextjs",
"description": "A curated list of awesome Nextjs-based libraries that help build small and large-scale applications with next.js.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/officialrajdeepsingh/awesome-nextjs.git"
},
"keywords": [
"awesome-next",
"nextjs",
"awesome"
],
"author": "Rajdeep singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/officialrajdeepsingh/awesome-nextjs/issues"
},
"scripts": {
"start": "pnpm docsify serve",
"format": "pnpm exec prettier --write ./README.md",
"lint": "npx awesome-lint ./README.md",
"test": "pnpm run format && pnpm run lint"
},
"homepage": "https://github.com/officialrajdeepsingh/awesome-nextjs#readme",
"dependencies": {
"docsify-cli": "^4.4.4"
},
"devDependencies": {
"prettier": "3.1.1"
}
}