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
61 lines (61 loc) · 1.52 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.52 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
56
57
58
59
60
61
{
"name": "the-repeatable",
"description": "Repeatable of the-component",
"version": "1.0.20",
"author": {
"name": "okunishinishi",
"email": "okunishinishi@gmail.com",
"url": "undefined"
},
"bugs": {
"url": "https://github.com/the-labo/the-repeatable/issues"
},
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"the-component-util": "^3.0.20",
"the-condition": "^3.0.4",
"the-spin": "^3.1.12",
"the-style": "^2.2.6"
},
"devDependencies": {
"@babel/runtime": "^7.3.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"the-component-demo": "^4.0.17",
"the-script-build": "^5.0.1",
"the-script-doc": "^1.0.2",
"the-script-release": "^1.0.8",
"the-script-share": "^1.0.5",
"the-script-test": "^2.1.6",
"the-script-update": "^2.0.0",
"the-templates": "^6.0.6"
},
"engines": {
"node": ">=8",
"npm": ">=4"
},
"homepage": "https://github.com/the-labo/the-repeatable#readme",
"keywords": [
"react-component",
"the"
],
"license": "MIT",
"main": "shim",
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"repository": "the-labo/the-repeatable",
"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",
"watch": "the-script-build -w"
}
}