mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "cra-ts-essentials",
|
|
"version": "6.5.0-alpha.21",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"build-storybook": "build-storybook",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"storybook": "start-storybook -p 9009 --no-manager-cache",
|
|
"test": "react-scripts test"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "^26.0.16",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"@types/react": "^16.14.2",
|
|
"@types/react-dom": "16.9.10",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"react-scripts": "^4.0.2",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-essentials": "6.5.0-alpha.21",
|
|
"@storybook/addon-ie11": "0.0.7--canary.5e87b64.0",
|
|
"@storybook/addons": "6.5.0-alpha.21",
|
|
"@storybook/builder-webpack4": "6.5.0-alpha.21",
|
|
"@storybook/preset-create-react-app": "^3.1.6",
|
|
"@storybook/react": "6.5.0-alpha.21",
|
|
"webpack": "4"
|
|
},
|
|
"storybook": {
|
|
"chromatic": {
|
|
"projectToken": "b311ypk6of"
|
|
}
|
|
}
|
|
}
|