mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
195 lines
6.1 KiB
JSON
195 lines
6.1 KiB
JSON
{
|
|
"name": "@storybook/scripts",
|
|
"version": "7.0.0-alpha.16",
|
|
"private": true,
|
|
"scripts": {
|
|
"get-template": "ts-node ./get-template.ts",
|
|
"lint": "yarn lint:js && yarn lint:md",
|
|
"lint:js": "yarn lint:js:cmd . --quiet",
|
|
"lint:js:cmd": "cross-env NODE_ENV=production eslint --cache --cache-location=../.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
|
|
"lint:package": "sort-package-json",
|
|
"task": "ts-node ./task.ts",
|
|
"test": "jest --config ./jest.config.js"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{html,js,json,jsx,mjs,ts,tsx}": [
|
|
"yarn lint:js:cmd --fix"
|
|
],
|
|
"package.json": [
|
|
"yarn lint:package"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"@nrwl/cli": "14.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/experimental-utils": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"boxen": "^5.1.2",
|
|
"esbuild": "^0.14.48",
|
|
"eslint": "^8.26.0",
|
|
"serialize-javascript": "^3.1.0",
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.17.6",
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-decorators": "^7.17.2",
|
|
"@babel/plugin-proposal-export-default-from": "^7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
"@babel/plugin-proposal-private-methods": "^7.16.11",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-arrow-functions": "^7.16.7",
|
|
"@babel/plugin-transform-block-scoping": "^7.16.7",
|
|
"@babel/plugin-transform-destructuring": "^7.17.3",
|
|
"@babel/plugin-transform-runtime": "^7.18.9",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-flow": "^7.16.7",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@babel/runtime": "^7.17.2",
|
|
"@compodoc/compodoc": "^1.1.18",
|
|
"@emotion/babel-plugin": "^11.10.2",
|
|
"@emotion/jest": "^11.10.0",
|
|
"@jest/globals": "^26.6.2",
|
|
"@linear/sdk": "^1.21.0",
|
|
"@nrwl/cli": "14.6.1",
|
|
"@nrwl/nx-cloud": "14.6.0",
|
|
"@nrwl/workspace": "14.6.1",
|
|
"@storybook/babel-plugin-require-context-hook": "1.0.1",
|
|
"@storybook/eslint-config-storybook": "^3.1.2",
|
|
"@storybook/jest": "^0.0.10",
|
|
"@storybook/linter-config": "^3.1.2",
|
|
"@storybook/testing-library": "0.0.14-next.0",
|
|
"@testing-library/dom": "^7.29.4",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.2",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"@types/detect-port": "^1.3.2",
|
|
"@types/doctrine": "^0.0.3",
|
|
"@types/ejs": "^3.1.1",
|
|
"@types/enzyme": "^3.10.8",
|
|
"@types/escodegen": "^0.0.6",
|
|
"@types/express": "^4.17.11",
|
|
"@types/fs-extra": "^9.0.6",
|
|
"@types/jest": "^26.0.16",
|
|
"@types/js-yaml": "^3.12.6",
|
|
"@types/node": "^16.0.0",
|
|
"@types/node-cleanup": "^2.1.1",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/prompts": "2.0.11",
|
|
"@types/react": "^16.14.23",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/serve-static": "^1.13.8",
|
|
"@types/shelljs": "^0.8.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/experimental-utils": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
"babel-plugin-macros": "^3.0.1",
|
|
"boxen": "^5.1.2",
|
|
"chalk": "^4.1.0",
|
|
"codecov": "^3.8.1",
|
|
"commander": "^6.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"danger": "^10.6.2",
|
|
"detect-port": "^1.3.0",
|
|
"ejs": "^3.1.8",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"esbuild": "^0.14.48",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"eslint": "^8.26.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-plugin-storybook": "^0.6.6",
|
|
"execa": "^5.0.0",
|
|
"express": "^4.17.1",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"github-release-from-changelog": "^2.1.1",
|
|
"glob": "^7.1.6",
|
|
"http-server": "^0.12.3",
|
|
"husky": "^4.3.7",
|
|
"jest": "^26.6.3",
|
|
"jest-environment-jsdom": "^26.6.2",
|
|
"jest-environment-jsdom-thirteen": "^1.0.1",
|
|
"jest-enzyme": "^7.1.2",
|
|
"jest-image-snapshot": "^4.3.0",
|
|
"jest-jasmine2": "^26.6.3",
|
|
"jest-junit": "^13.0.0",
|
|
"jest-os-detection": "^1.3.1",
|
|
"jest-raw-loader": "^1.0.1",
|
|
"jest-serializer-html": "^7.0.0",
|
|
"jest-watch-typeahead": "^0.6.1",
|
|
"js-yaml": "^3.14.1",
|
|
"junit-xml": "^1.2.0",
|
|
"lint-staged": "^10.5.4",
|
|
"lodash": "^4.17.21",
|
|
"memoizerific": "^1.11.3",
|
|
"mocha-list-tests": "^1.0.5",
|
|
"node-abort-controller": "^3.0.1",
|
|
"node-cleanup": "^2.1.2",
|
|
"node-fetch": "^2.6.1",
|
|
"node-gyp": "^8.4.0",
|
|
"npmlog": "^5.0.1",
|
|
"nx": "14.6.1",
|
|
"p-limit": "^3.1.0",
|
|
"prettier": ">=2.2.1 <=3.0.0",
|
|
"pretty-hrtime": "^1.0.0",
|
|
"process": "^0.11.10",
|
|
"prompts": "^2.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"remark": "^13.0.0",
|
|
"remark-cli": "^9.0.0",
|
|
"remark-lint": "^8.0.0",
|
|
"remark-preset-lint-recommended": "^5.0.0",
|
|
"semver": "^7.3.7",
|
|
"serve-static": "^1.14.1",
|
|
"shelljs": "^0.8.5",
|
|
"shx": "^0.3.2",
|
|
"slash": "^3.0.0",
|
|
"sort-package-json": "^1.48.1",
|
|
"tempy": "^1.0.0",
|
|
"trash": "^7.0.0",
|
|
"ts-dedent": "^2.0.0",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-node": "^10.4.0",
|
|
"tsup": "^6.2.2",
|
|
"typescript": "~4.6.3",
|
|
"util": "^0.12.4",
|
|
"wait-on": "^5.2.1",
|
|
"window-size": "^1.1.1",
|
|
"zx": "^7.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4"
|
|
},
|
|
"optionalDependencies": {
|
|
"puppeteer": "^2.1.1",
|
|
"ts-loader": "^9.2.8",
|
|
"verdaccio": "^4.10.0",
|
|
"verdaccio-auth-memory": "^9.7.2"
|
|
},
|
|
"packageManager": "yarn@3.2.4",
|
|
"engines": {
|
|
"node": ">=10.13.0",
|
|
"yarn": ">=1.3.2"
|
|
}
|
|
}
|