|
11 | 11 | "doc": "kkt build --app-src ./website",
|
12 | 12 | "start": "kkt start --app-src ./website",
|
13 | 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", |
| 14 | + "build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs", |
| 15 | + "watch": "npm run ts:watch & npm run types:watch", |
16 | 16 | "types:build": "tsbb types --sourceRoot src --target ESNEXT",
|
17 | 17 | "types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
|
18 | 18 | "types:esm": "npm run types:build -- --outDir ../lib/esm",
|
19 | 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 | 20 | "ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
|
23 | 21 | "ts:build": "tsbb build --target react"
|
24 | 22 | },
|
|
46 | 44 | "@types/react": "16.9.34",
|
47 | 45 | "@types/react-dom": "16.9.6",
|
48 | 46 | "@uiw/react-github-corners": "1.1.3",
|
49 |
| - "compile-less-cli": "1.6.0", |
50 | 47 | "kkt": "6.2.1",
|
51 | 48 | "react": "16.13.1",
|
52 | 49 | "react-dom": "16.13.1",
|
|
0 commit comments