File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " happy-ui" ,
3
+ "builds" : [
4
+ {
5
+ "src" : " package.json" ,
6
+ "use" : " @now/static-build" ,
7
+ "config" : {
8
+ "distDir" : " doc-site"
9
+ }
10
+ }
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " happy-ui" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " A React UI Library." ,
5
+ "homepage" : " https://github.com/worldzhao/react-ui-library-tutorial#readme" ,
5
6
"typings" : " lib/index.d.ts" ,
6
7
"main" : " lib/index.js" ,
7
8
"module" : " esm/index.js" ,
11
12
" lib/**/style/*" ,
12
13
" *.less"
13
14
],
15
+ "authors" : {
16
+ "name" : " worldzhao" ,
17
+
18
+ },
14
19
"scripts" : {
15
20
"dev" : " docz dev" ,
16
21
"start" : " npm run dev" ,
19
24
"clean" : " rimraf lib esm dist" ,
20
25
"build:types" : " tsc -p tsconfig.build.json && cpr lib esm" ,
21
26
"build" : " npm run clean && npm run build:types && gulp" ,
27
+ "publish:doc" : " now --prod" ,
28
+ "now-build" : " npm run build:doc" ,
22
29
"release" : " ts-node ./scripts/release.ts" ,
23
30
"commit" : " git-cz" ,
24
31
"test" : " jest" ,
38
45
"bugs" : {
39
46
"url" : " https://github.com/worldzhao/react-ui-library-tutorial/issues"
40
47
},
41
- "homepage" : " https://github.com/worldzhao/react-ui-library-tutorial#readme" ,
42
48
"peerDependencies" : {
43
49
"react" : " >=16.8.0" ,
44
50
"react-dom" : " >=16.8.0"
80
86
"jest" : " ^24.9.0" ,
81
87
"less" : " ^3.10.3" ,
82
88
"lint-staged" : " ^9.5.0" ,
89
+ "now" : " ^19.0.1" ,
83
90
"plop" : " ^2.6.0" ,
84
91
"prettier" : " ^1.19.1" ,
85
92
"prismjs" : " ^1.17.1" ,
Original file line number Diff line number Diff line change @@ -11974,6 +11974,11 @@ now-and-later@^2.0.0:
11974
11974
dependencies:
11975
11975
once "^1.3.2"
11976
11976
11977
+ now@^19.0.1:
11978
+ version "19.0.1"
11979
+ resolved "https://registry.npm.taobao.org/now/download/now-19.0.1.tgz?cache=0&sync_timestamp=1589380180004&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnow%2Fdownload%2Fnow-19.0.1.tgz#a4575adfed17ea049d9207c145f3ce7f60c818cf"
11980
+ integrity sha1-pFda3+0X6gSdkgfBRfPOf2DIGM8=
11981
+
11977
11982
npm-run-path@^2.0.0:
11978
11983
version "2.0.2"
11979
11984
resolved "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
You can’t perform that action at this time.
0 commit comments