Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
[AUD-1351] Improve bundle size (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Jan 24, 2022
1 parent 39de21a commit 30fecff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 11 deletions.
42 changes: 37 additions & 5 deletions package-lock.json

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

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"deploy": "gh-pages -d example/build",
"lint": "./node_modules/.bin/eslint '**/*.ts*'",
"lint:fix": "./node_modules/.bin/eslint '**/*.ts*' --fix",
"typecheck": "tsc --allowJs",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand All @@ -31,17 +32,15 @@
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"peerDependencies": {
"bn.js": ">= 4.0.0",
"classnames": "2.2.6",
"lodash": "4.17.20",
"moment": "2.24.0",
"react-spring": "8.0.27"
},
"peerDependencies": {
"bn.js": ">= 4.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"react-spring": "8.0.27"
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.1",
Expand All @@ -67,6 +66,7 @@
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"classnames": "2.2.6",
"cross-env": "^5.2.1",
"css-loader": "^3.2.0",
"eslint": "^6.3.0",
Expand All @@ -84,13 +84,16 @@
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
"lodash": "4.17.20",
"moment": "2.24.0",
"postcss-custom-properties": "^9.0.2",
"prettier": "^2.0.5",
"prettier-config-standard": "^1.0.1",
"react": "17.0.2",
"react-docgen-typescript-loader": "^3.7.0",
"react-dom": "17.0.2",
"react-scripts-ts": "4.0.3",
"react-spring": "8.0.27",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit 30fecff

Please sign in to comment.