Skip to content

Commit

Permalink
chore(scripts): remove unused scripts (#3618)
Browse files Browse the repository at this point in the history
* chore(scripts): remove unused scripts

* chore: update yarn.lock

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tjuanitas and mergify[bot] authored Aug 23, 2024
1 parent 765f592 commit 3b5c83f
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 1,178 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"build:prod:npm": "BABEL_ENV=production OUTPUT=dist LANGUAGE=en-US REACT=true yarn build:prod:dist",
"build:prod:storybook": "LANGUAGE=en-US REACT=true BROWSERSLIST_ENV=production BABEL_ENV=development NODE_ENV=development storybook build -c .storybook -o styleguide/storybook",
"build:sync": "LANGUAGE=en-US BABEL_ENV=development NODE_ENV=development RSYNC=true webpack --config scripts/webpack.config.js --mode development",
"build:assets": "./scripts/asset-import/cli.js",
"chromatic": "chromatic",
"clean": "rm -rf dist es i18n/json i18n/*.js reports styleguide",
"copy:flow": "flow-copy-source --ignore \"**/__tests__/**\" --ignore \"**/__mocks__/**\" --ignore \"**/*.ts\" ./src ./es && copyfiles './src/**/*.js.flow' es --up 1",
Expand Down Expand Up @@ -154,9 +153,6 @@
"@storybook/react-webpack5": "^8.2.4",
"@storybook/test": "^8.2.4",
"@storybook/theming": "^8.2.4",
"@svgr/core": "^5.0.1",
"@svgr/plugin-prettier": "^5.0.1",
"@svgr/plugin-svgo": "^5.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/classnames": "^2.2.9",
Expand Down Expand Up @@ -190,17 +186,14 @@
"babel-plugin-rewire": "^1.0.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-react-app": "^9.1.0",
"camelcase": "^5.3.1",
"chromatic": "^10.6.1",
"circular-dependency-plugin": "^5.2.2",
"classnames": "^2.2.6",
"color": "^3.1.2",
"colors": "^1.4.0",
"conventional-changelog": "^3.1.18",
"conventional-changelog-cli": "^2.0.31",
"conventional-github-releaser": "^3.1.3",
"copyfiles": "^2.2.0",
"cosmiconfig": "^6.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^4.1.10",
Expand Down Expand Up @@ -246,7 +239,6 @@
"msw": "^2.1.5",
"msw-storybook-addon": "^2.0.2",
"npm-run-all": "^4.1.5",
"ora": "^4.0.3",
"pikaday": "^1.8.0",
"postcss": "^8.4.31",
"postcss-loader": "^8.1.1",
Expand Down Expand Up @@ -276,14 +268,12 @@
"react-tether": "^1.0.5",
"react-textarea-autosize": "^8.5.3",
"regenerator-runtime": "^0.14.1",
"rimraf": "^3.0.1",
"sanitize-html": "^1.21.1",
"sass": "^1.34.1",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.2",
"scroll-into-view-if-needed": "^2.2.20",
"semantic-release": "^16.0.2",
"simple-git": "^3.16.0",
"sinon": "^2.3.7",
"source-map-loader": "^0.2.4",
"start-server-and-test": "^1.10.8",
Expand All @@ -298,15 +288,13 @@
"tabbable": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "5.2.2",
"uniqid": "^5.2.0",
"uuid": "^8.3.2",
"wait-on": "^3.3.0",
"webpack": "^5.92.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"worker-farm": "^1.7.0",
"yargs": "^15.1.0"
"worker-farm": "^1.7.0"
},
"peerDependencies": {
"@box/blueprint-web": "^7.3.1",
Expand Down
46 changes: 0 additions & 46 deletions scripts/asset-import/cli.js

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/asset-import/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/asset-import/src/amenders/addAutoGeneratedMessage.js

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/asset-import/src/amenders/addFlowSupport.js

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/asset-import/src/amenders/addTypes.js

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/asset-import/src/amenders/applyViewbox.js

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/asset-import/src/amenders/createStory.js

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/asset-import/src/amenders/deprecatedUseAccessibleSvg.js

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/asset-import/src/amenders/disableAlphaSort.js

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/asset-import/src/amenders/useAccessibleSvg.js

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/asset-import/src/bdlColors.js

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/asset-import/src/defaultConfig.js

This file was deleted.

Loading

0 comments on commit 3b5c83f

Please sign in to comment.