-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "react-gutenberg",
"version": "0.6.0",
"description": "The frontend Gutenberg block generator. OSS Project",
"main": "index.js",
"scripts": {
"prepare": "rm -rf dist & tsc",
"build": "tsc",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u12206050/react-gutenberg.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gutenberg",
"reactjs",
"wordpress",
"headless"
],
"author": "Gerard Lamusse",
"license": "MIT",
"bugs": {
"url": "https://github.com/u12206050/react-gutenberg/issues"
},
"homepage": "https://github.com/u12206050/react-gutenberg#readme",
"peerDependencies": {
"@loadable/component": ">= 5.14.1",
"react": ">= 17.0.1",
"react-dom": ">= 17.0.1"
},
"devDependencies": {
"@loadable/component": "5.14.1",
"@types/loadable__component": "5.13.1",
"@types/node": "14.14.14",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"prettier": "^2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"typescript": "^4.1.3"
}
}