-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
33
34
35
36
37
{
"name": "next-miguel",
"version": "0.1.7",
"description": "Miguel is a simple styleguide generator for NextJS.",
"keywords": [
"next",
"nextjs",
"react",
"styleguide"
],
"homepage": "https://github.com/dennispassway/next-miguel",
"bugs": "https://github.com/dennispassway/next-miguel/issues",
"author": "Dennis Passway",
"main": "./lib/index.js",
"license": "MIT",
"bin": {
"next-miguel": "./lib/bin/cli.js"
},
"scripts": {
"build": "rimraf lib && babel src -d lib"
},
"dependencies": {
"fast-glob": "^3.2.4",
"iframe-resizer": "^4.2.11",
"next": "^9.5.3",
"watchpack": "2.0.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"rimraf": "^3.0.2"
}
}