File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
examples/component-template Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3131 "clean" : " rimraf ./dist tsconfig.tsbuildinfo" ,
3232 "prestart" : " npm run build-dev" ,
3333 "start" : " cross-env NODE_ENV=development npm run watch" ,
34- "prepublishOnly" : " run-s build" ,
3534 "test" : " jest --watch" ,
3635 "test:ci" : " jest" ,
3736 "predeploy" : " cd example && npm install && npm run build" ,
6362 "npm-run-all" : " ^4.1.5" ,
6463 "react" : " ^16.14.0" ,
6564 "react-dom" : " ^16.14.0" ,
65+ "rimraf" : " ^3.0.2" ,
6666 "sass" : " 1.32.13" ,
6767 "ts-jest" : " ^26.5.6" ,
6868 "ts-loader" : " ^8.3.0" ,
Original file line number Diff line number Diff line change 2121 "prestart" : " lerna run prestart --stream" ,
2222 "test" : " lerna run test --stream --parallel" ,
2323 "test:ci" : " lerna run test:ci --stream -- -- --maxWorkers=2" ,
24- "sync-version" : " lerna version ${DEEPHAVEN_VERSION:-error} --no-git-tag-version --yes" ,
25- "publish" : " lerna publish"
24+ "sync-version" : " lerna version ${DEEPHAVEN_VERSION:-error} --no-git-tag-version --yes"
2625 },
2726 "repository" : " https://github.com/deephaven/web-client-ui" ,
2827 "devDependencies" : {
Original file line number Diff line number Diff line change 3131 "clean" : " rimraf ./dist tsconfig.tsbuildinfo" ,
3232 "prestart" : " npm run build-dev" ,
3333 "start" : " cross-env NODE_ENV=development npm run watch" ,
34- "prepublishOnly" : " run-s build" ,
3534 "test" : " jest --watch" ,
3635 "test:ci" : " jest" ,
3736 "predeploy" : " cd example && npm install && npm run build" ,
3837 "deploy" : " gh-pages -d example/build" ,
3938 "storybook" : " start-storybook -p 6006" ,
4039 "build-storybook" : " build-storybook"
4140 },
42- "dependencies" : {
43- "prop-types" : " ^15.7.2"
44- },
4541 "peerDependencies" : {
4642 "@deephaven/components" : " ^0.1.4" ,
4743 "@deephaven/icons" : " ^0.1.4" ,
5147 "@fortawesome/fontawesome-svg-core" : " ^1.2.32" ,
5248 "@fortawesome/react-fontawesome" : " ^0.1.12" ,
5349 "classnames" : " ^2.3.1" ,
50+ "prop-types" : " ^15.7.2" ,
5451 "react" : " ^16.0.0" ,
5552 "react-dom" : " ^16.0.0" ,
5653 "reactstrap" : " ^8.4.1" ,
7976 "identity-obj-proxy" : " ^3.0.0" ,
8077 "jest" : " 26.6.0" ,
8178 "npm-run-all" : " ^4.1.5" ,
79+ "prop-types" : " ^15.7.2" ,
8280 "react" : " ^16.14.0" ,
8381 "react-dom" : " ^16.14.0" ,
8482 "reactstrap" : " ^8.4.1" ,
8583 "regenerator-runtime" : " ^0.13.7" ,
84+ "rimraf" : " ^3.0.2" ,
8685 "sass" : " 1.32.13" ,
8786 "ts-jest" : " ^26.5.6" ,
8887 "ts-loader" : " ^8.3.0" ,
Original file line number Diff line number Diff line change 4848 "jest" : " 26.6.0" ,
4949 "npm-run-all" : " ^4.1.5" ,
5050 "prop-types" : " ^15.7.2" ,
51+ "rimraf" : " ^3.0.2" ,
5152 "ts-jest" : " ^26.5.6" ,
5253 "typescript" : " ^4.3.2"
5354 },
You can’t perform that action at this time.
0 commit comments