mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "cra-ts-essentials",
|
|
"version": "6.3.0-alpha.29",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"build-storybook": "build-storybook -s public",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"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",
|
|
"@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.3.0-alpha.29",
|
|
"@storybook/addons": "6.3.0-alpha.29",
|
|
"@storybook/builder-webpack4": "6.3.0-alpha.29",
|
|
"@storybook/preset-create-react-app": "^3.1.6",
|
|
"@storybook/react": "6.3.0-alpha.29",
|
|
"webpack": "4"
|
|
},
|
|
"storybook": {
|
|
"chromatic": {
|
|
"projectToken": "b311ypk6of"
|
|
}
|
|
}
|
|
}
|