Storybook scripts and references removed (#22232)

This commit is contained in:
Phil Renaud
2024-05-29 16:34:26 -04:00
committed by GitHub
parent 140747240f
commit 8a9d58ae8f
54 changed files with 146 additions and 11236 deletions

View File

@@ -17,8 +17,6 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember server",
"build-storybook": "STORYBOOK=true ember build && NODE_OPTIONS=--openssl-legacy-provider build-storybook -s dist",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider STORYBOOK=true start-storybook -p 6006 -s dist",
"test": "npm-run-all lint test:*",
"exam": "percy exec -- ember exam --split=4 --parallel",
"exam:parallel": "percy exec --parallel -- ember exam",
@@ -34,7 +32,7 @@
}
},
"lint-staged": {
"{app,tests,config,lib,mirage,stories}/**/*.js": [
"{app,tests,config,lib,mirage}/**/*.js": [
"prettier --write"
],
"app/styles/**/*.*": [
@@ -50,7 +48,6 @@
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@hashicorp/structure-icons": "^1.3.0",
"@storybook/ember-cli-storybook": "^0.6.1",
"anser": "^2.1.1",
"babel-eslint": "^10.1.0",
"base64-js": "^1.3.1",
@@ -153,12 +150,6 @@
},
"optionalDependencies": {
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
"@storybook/addon-docs": "^6.3.20",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-storysource": "^6.3.10",
"@storybook/addon-viewport": "^6.3.10",
"@storybook/addons": "^6.3.10",
"@storybook/ember": "6.5.14",
"babel-loader": "^8.0.6",
"ember-cli-get-component-path-option": "^1.0.0",
"ember-cli-string-utils": "^1.1.0"