File tree Expand file tree Collapse file tree 3 files changed +5
-54
lines changed Expand file tree Collapse file tree 3 files changed +5
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,11 +4,8 @@ React Codepen
4
4
<!-- dividing-->
5
5
6
6
[ ![ Build & Deploy] ( https://github.com/uiwjs/react-codepen/workflows/Build%20&%20Deploy/badge.svg )] ( https://github.com/uiwjs/react-codepen/actions )
7
- [ ![ Issues] ( https://img.shields.io/github/issues/uiwjs/react-codepen.svg )] ( https://github.com/uiwjs/react-codepen/issues )
8
- [ ![ Forks] ( https://img.shields.io/github/forks/uiwjs/react-codepen.svg )] ( https://github.com/uiwjs/react-codepen/network )
9
- [ ![ Stars] ( https://img.shields.io/github/stars/uiwjs/react-codepen.svg )] ( https://github.com/uiwjs/react-codepen/stargazers )
10
- [ ![ Release] ( https://img.shields.io/github/release/uiwjs/react-codepen )] ( https://github.com/uiwjs/react-codepen/releases )
11
7
[ ![ npm version] ( https://img.shields.io/npm/v/@uiw/react-codepen.svg )] ( https://www.npmjs.com/package/@uiw/react-codepen )
8
+ [ ![ ] ( https://img.shields.io/badge/Open%20in-unpkg-blue )] ( https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-codepen/file/README.md )
12
9
13
10
A React component is provided that allows you to programmatically generate [ codepen] ( https://codepen.io/ ) projects from code samples on the fly.
14
11
Original file line number Diff line number Diff line change 7
7
"typings" : " lib/esm/index.d.ts" ,
8
8
"homepage" : " https://uiwjs.github.io/react-codepen" ,
9
9
"scripts" : {
10
- "prepare" : " npm run build:lib " ,
10
+ "prepare" : " npm run build" ,
11
11
"doc" : " kkt build --app-src ./website" ,
12
12
"start" : " kkt start --app-src ./website" ,
13
- "build" : " npm run build:lib && npm run doc" ,
14
- "build:lib" : " npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build" ,
15
- "watch" : " npm run ts:watch & npm run types:watch & npm run css:watch" ,
16
- "types:build" : " tsbb types --sourceRoot src --target ESNEXT" ,
17
- "types:watch" : " npm run types:esm -- --watch & npm run types:cjs -- --watch" ,
18
- "types:esm" : " npm run types:build -- --outDir ../lib/esm" ,
19
- "types:cjs" : " npm run types:build -- --outDir ../lib/cjs" ,
20
- "css:build" : " compile-less -d src -o lib/esm" ,
21
- "css:watch" : " compile-less -d src -o lib/esm --watch" ,
22
- "ts:watch" : " tsbb watch --env-name esm:dev --env-name cjs --target react" ,
23
- "ts:build" : " tsbb build --target react"
13
+ "watch" : " tsbb watch" ,
14
+ "build" : " tsbb build"
24
15
},
25
16
"repository" : {
26
17
"type" : " git" ,
45
36
"react" : " 17.0.2" ,
46
37
"react-dom" : " 17.0.2" ,
47
38
"kkt" : " 6.8.2" ,
48
- "tsbb" : " 2 .1.2 "
39
+ "tsbb" : " 3 .1.4 "
49
40
},
50
41
"eslintConfig" : {
51
42
"extends" : [
You can’t perform that action at this time.
0 commit comments