This repository was archived by the owner on Dec 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "the-html",
"description": "Html of the-components",
"version": "1.0.17",
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"bugs": {
"url": "https://github.com/the-labo/the-html/issues"
},
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"the-style": "^2.2.0"
},
"devDependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"the-script-build": "^4.0.2",
"the-script-doc": "^1.0.1",
"the-script-release": "^1.0.6",
"the-script-share": "^1.0.5",
"the-script-test": "^2.1.2",
"the-script-update": "^2.0.0",
"the-templates": "^4.0.20"
},
"engines": {
"node": ">=8",
"npm": ">=4"
},
"homepage": "https://github.com/the-labo/the-html#readme",
"keywords": [
"react-component",
"the"
],
"license": "MIT",
"main": "shim",
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"repository": "the-labo/the-html",
"scripts": {
"build": "the-script-build",
"doc": "the-script-doc",
"prepare": "the-script-build && the-script-doc",
"release": "the-script-release -y",
"share": "the-script-share",
"test": "the-script-test",
"update": "the-script-update"
}
}