storybook/scripts/package.json

168 lines
5.2 KiB
JSON

{
"name": "@storybook/scripts",
"version": "7.0.0-alpha.16",
"private": true,
"scripts": {
"docs:prettier:check": "cd ../docs && prettier --check ./snippets",
"docs:prettier:write": "cd ../docs && prettier --write ./snippets",
"get-report-message": "ts-node --swc ./get-report-message.ts",
"get-template": "ts-node --swc ./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 --swc ./task.ts",
"upgrade": "ts-node --swc ./task.ts",
"test": "jest --config ./jest.config.js",
"migrate-docs": "node --require esbuild-register ./ts-to-ts49.ts"
},
"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": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.16.4",
"eslint": "^8.28.0",
"serialize-javascript": "^3.1.0"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.19.0",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.20.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.20.7",
"@emotion/jest": "^11.10.5",
"@jest/globals": "^29.3.1",
"@linear/sdk": "^1.22.0",
"@nrwl/cli": "^15.4.5",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/workspace": "^15.4.5",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "next",
"@storybook/linter-config": "^3.1.2",
"@storybook/testing-library": "next",
"@swc/core": "^1.3.23",
"@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/ejs": "^3.1.1",
"@types/escodegen": "^0.0.6",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.6",
"@types/lodash": "^4",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.7",
"@types/prompts": "2.0.11",
"@types/react": "^16.14.34",
"@types/react-dom": "^16.9.17",
"@types/semver": "^7.3.4",
"@types/serve-static": "^1.13.8",
"@types/shelljs": "^0.8.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"boxen": "^5.1.2",
"chalk": "^4.1.0",
"codecov": "^3.8.1",
"commander": "^6.2.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"danger": "^10.6.2",
"detect-port": "^1.3.0",
"ejs": "^3.1.8",
"ejs-lint": "^2.0.0",
"esbuild": "^0.16.4",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-register": "^3.4.1",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-storybook": "^0.6.6",
"execa": "^6.1.0",
"express": "^4.17.3",
"fast-glob": "^3.2.12",
"find-up": "^5.0.0",
"fs-extra": "^10.1.0",
"github-release-from-changelog": "^2.1.1",
"glob": "^8.1.0",
"http-server": "^0.12.3",
"husky": "^4.3.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-image-snapshot": "^6.0.0",
"jest-junit": "^14.0.1",
"jest-os-detection": "^1.3.1",
"jest-serializer-html": "^7.1.0",
"jest-watch-typeahead": "^2.2.1",
"junit-xml": "^1.2.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"node-fetch": "^2.6.1",
"node-gyp": "^8.4.0",
"npmlog": "^5.0.1",
"nx": "^15.4.5",
"p-limit": "^3.1.0",
"prettier": "^2.8.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",
"recast": "^0.23.1",
"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",
"slash": "^3.0.0",
"sort-package-json": "^1.48.1",
"tempy": "^1.0.0",
"trash": "^7.0.0",
"ts-dedent": "^2.0.0",
"ts-node": "^10.9.1",
"tsup": "^6.2.2",
"type-fest": "^3.4.0",
"typescript": "~4.9.3",
"util": "^0.12.4",
"wait-on": "^5.2.1",
"window-size": "^1.1.1",
"zx": "^7.0.3"
},
"optionalDependencies": {
"@verdaccio/types": "^10.2.0",
"ts-loader": "^9.4.2",
"verdaccio": "^5.19.1",
"verdaccio-auth-memory": "^10.2.0"
},
"packageManager": "yarn@3.3.0",
"engines": {
"node": ">=16.0.0"
}
}