Skip to content

Commit

Permalink
build conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Kozhevnikov committed Mar 29, 2022
1 parent 8287907 commit b36e2a6
Show file tree
Hide file tree
Showing 18 changed files with 10,107 additions and 7,721 deletions.
4 changes: 0 additions & 4 deletions lerna.json

This file was deleted.

8,092 changes: 496 additions & 7,596 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "node devServer.js",
"clean": "lerna run clean",
"build": "lerna run build",
"build": "npm run build --prefix packages/tabtab && npm run build --prefix packages/themes",
"dev": "lerna run dev",
"lint": "eslint src example test",
"test": "jest",
Expand Down Expand Up @@ -48,10 +48,13 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1"
"@rollup/plugin-typescript": "^8.3.1",
"typescript": "^4.6.3",
"webpack": "^5.70.0"
},
"peerDependencies": {
"react": ">= 16.3.0"
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0"
},
"jest": {
"setupFiles": [
Expand Down
5 changes: 3 additions & 2 deletions packages/tabtab/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/tabtab/dist/bundle.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/tabtab/dist/bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/tabtab/dist/bundle.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b36e2a6

Please sign in to comment.