mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
`node-weak` is not working with Node 12 and so make `yarn bootstrap` command fail. Moreover it is used only for jest related stuff and only affects some developers. The good news is Jest has been working on that and the next release of Jest will certainly get ride of this dependency. See https://github.com/facebook/jest/pull/8686
270 lines
7.9 KiB
JSON
270 lines
7.9 KiB
JSON
{
|
|
"name": "@storybook/root",
|
|
"version": "5.2.0-beta.19",
|
|
"private": true,
|
|
"description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.",
|
|
"keywords": [
|
|
"angular",
|
|
"angularjs",
|
|
"babel",
|
|
"components",
|
|
"documentation",
|
|
"frontend",
|
|
"jamstack",
|
|
"markup",
|
|
"react",
|
|
"reactjs",
|
|
"reuseable",
|
|
"storybook",
|
|
"storybookjs",
|
|
"templated",
|
|
"tool",
|
|
"ui",
|
|
"user interface",
|
|
"vue",
|
|
"vuejs"
|
|
],
|
|
"homepage": "https://storybook.js.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git"
|
|
},
|
|
"workspaces": [
|
|
"addons/*",
|
|
"addons/storyshots/*",
|
|
"app/*",
|
|
"dev-kits/*",
|
|
"examples-native/*",
|
|
"examples/*",
|
|
"lib/*",
|
|
"lib/cli/test/run/*"
|
|
],
|
|
"scripts": {
|
|
"bootstrap": "node ./scripts/bootstrap.js",
|
|
"bootstrap:docs": "yarn install --cwd docs",
|
|
"build-packs": "lerna exec --scope '@storybook/*' -- \\$LERNA_ROOT_PATH/scripts/build-pack.sh \\$LERNA_ROOT_PATH/packs",
|
|
"build-storybooks": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true ./scripts/build-storybooks.js",
|
|
"changelog": "pr-log --sloppy --cherry-pick",
|
|
"changelog:next": "pr-log --sloppy --since-prerelease",
|
|
"chromatic": "chromatic --storybook-build-dir=\"./built-storybooks/official-storybook/\" --exit-zero-on-changes --app-code=\"ab7m45tp9p\"",
|
|
"coverage": "codecov",
|
|
"danger": "danger",
|
|
"dev": "concurrently --kill-others \"yarn dev:tsc\" \"yarn dev:babel\"",
|
|
"dev:babel": "lerna exec --scope @storybook/* --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-babel.js",
|
|
"dev:check-types": "tsc --noEmit",
|
|
"dev:js": "echo 'DEPRECATED: Please use yarn dev:babel' && yarn dev:babel",
|
|
"dev:ts": "echo 'DEPRECATED: Please use yarn dev:tsc' && yarn dev:tsc",
|
|
"dev:tsc": "lerna exec --scope @storybook/* --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-tsc.js",
|
|
"docs:build": "npm --prefix docs run build",
|
|
"docs:dev": "npm --prefix docs run dev",
|
|
"github-release": "github-release-from-changelog",
|
|
"lint": "yarn lint:js . && yarn lint:md .",
|
|
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
|
|
"lint:md": "remark -q",
|
|
"lint:package": "sort-package-json",
|
|
"now-build": "yarn build-storybooks",
|
|
"publish:crna": "yarn --cwd examples-native/crna-kitchen-sink expo publish",
|
|
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
|
|
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",
|
|
"publish:next": "npm run publish:latest -- --npm-tag=next",
|
|
"repo-dirty-check": "node ./scripts/repo-dirty-check",
|
|
"start": "yarn --cwd examples/official-storybook storybook",
|
|
"test": "node ./scripts/test.js",
|
|
"test-latest-cra": "yarn --prefix --cwd lib/cli run test-latest-cra",
|
|
"test:cli": "npm --prefix lib/cli run test"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.html": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.js": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.json": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.jsx": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.mjs": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.ts": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"*.tsx": [
|
|
"yarn lint:js --fix",
|
|
"git add"
|
|
],
|
|
"package.json": [
|
|
"yarn lint:package",
|
|
"git add"
|
|
]
|
|
},
|
|
"browserslist": "defaults",
|
|
"dependencies": {
|
|
"node-sass": "^4.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/common": "^8.2.8",
|
|
"@angular/compiler": "^8.2.8",
|
|
"@angular/core": "^8.2.8",
|
|
"@angular/forms": "^8.2.8",
|
|
"@angular/platform-browser": "^8.2.8",
|
|
"@angular/platform-browser-dynamic": "^8.2.8",
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.1",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@emotion/snapshot-serializer": "^0.8.2",
|
|
"@storybook/eslint-config-storybook": "^2.0.0",
|
|
"@storybook/linter-config": "^2.0.0",
|
|
"@testing-library/react": "^9.2.0",
|
|
"@types/jest": "^24.0.11",
|
|
"@types/lodash": "^4.14.129",
|
|
"@types/node": "^12.7.9",
|
|
"@types/react": "^16.8.14",
|
|
"@types/semver": "^6.0.0",
|
|
"@types/webpack": "^4.39.0",
|
|
"@types/webpack-env": "^1.14.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.7.1",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
|
"babel-plugin-emotion": "^10.0.20",
|
|
"babel-plugin-macros": "^2.4.5",
|
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"chalk": "^2.4.2",
|
|
"codecov": "^3.5.0",
|
|
"codelyzer": "^5.0.0",
|
|
"commander": "^3.0.2",
|
|
"concurrently": "^4.0.1",
|
|
"core-js": "^3.0.1",
|
|
"corejs-upgrade-webpack-plugin": "^2.2.0",
|
|
"cross-env": "^6.0.3",
|
|
"danger": "^9.2.1",
|
|
"del": "^5.1.0",
|
|
"detect-port": "^1.3.0",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.9.1",
|
|
"eslint": "^6.5.1",
|
|
"eslint-plugin-react": "^7.15.1",
|
|
"esm": "^3.2.25",
|
|
"github-release-from-changelog": "^2.1.0",
|
|
"glob": "^7.1.3",
|
|
"husky": "^3.0.8",
|
|
"inquirer": "^7.0.0",
|
|
"jest": "^24.8.0",
|
|
"jest-cli": "^24.8.0",
|
|
"jest-config": "^24.8.0",
|
|
"jest-diff": "^24.8.0",
|
|
"jest-emotion": "^10.0.17",
|
|
"jest-environment-jsdom": "^24.8.0",
|
|
"jest-environment-jsdom-thirteen": "^1.0.1",
|
|
"jest-enzyme": "^7.0.2",
|
|
"jest-image-snapshot": "^2.8.2",
|
|
"jest-jasmine2": "^24.8.0",
|
|
"jest-matcher-utils": "^24.8.0",
|
|
"jest-preset-angular": "^6.0.1",
|
|
"jest-raw-loader": "^1.0.1",
|
|
"jest-vue-preprocessor": "^1.5.0",
|
|
"jest-watch-typeahead": "^0.4.0",
|
|
"lerna": "^3.14.1",
|
|
"lint-staged": "^9.4.1",
|
|
"lodash": "^4.17.11",
|
|
"node-cleanup": "^2.1.2",
|
|
"node-fetch": "^2.6.0",
|
|
"npmlog": "^4.1.2",
|
|
"prettier": "^1.16.4",
|
|
"raf": "^3.4.0",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"react-test-renderer": "^16.8.3",
|
|
"recursive-copy": "^2.0.10",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"remark-cli": "^7.0.0",
|
|
"remark-lint": "^6.0.4",
|
|
"remark-preset-lint-recommended": "^3.0.2",
|
|
"riot-jest-transformer": "^2.0.0",
|
|
"shelljs": "^0.8.3",
|
|
"sort-package-json": "^1.21.0",
|
|
"storybook-chromatic": "^3.0.0",
|
|
"svelte": "^3.4.1",
|
|
"svelte-jest": "^0.3.0",
|
|
"trash": "^6.0.0",
|
|
"ts-dedent": "^1.1.0",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0",
|
|
"yarn": ">=1.3.2"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"pr-log": {
|
|
"skipLabels": [
|
|
"cleanup",
|
|
"doc-dependencies:update"
|
|
],
|
|
"validLabels": [
|
|
[
|
|
"BREAKING CHANGE",
|
|
"Breaking Changes"
|
|
],
|
|
[
|
|
"feature request",
|
|
"Features"
|
|
],
|
|
[
|
|
"bug",
|
|
"Bug Fixes"
|
|
],
|
|
[
|
|
"documentation",
|
|
"Documentation"
|
|
],
|
|
[
|
|
"maintenance",
|
|
"Maintenance"
|
|
],
|
|
[
|
|
"dependencies:update",
|
|
"Dependency Upgrades"
|
|
],
|
|
[
|
|
"dependencies",
|
|
"Dependency Upgrades"
|
|
],
|
|
[
|
|
"other",
|
|
"Other"
|
|
]
|
|
]
|
|
}
|
|
}
|