mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:31:07 +08:00
37 lines
783 B
JSON
37 lines
783 B
JSON
{
|
|
"name": "react-scripts-ts-fixture",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"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"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "24.0.19",
|
|
"@types/node": "12.11.1",
|
|
"@types/react": "16.9.9",
|
|
"@types/react-dom": "16.9.2",
|
|
"react": "^16.10.2",
|
|
"react-dom": "^16.10.2",
|
|
"react-scripts": "3.2.0",
|
|
"typescript": "3.6.4"
|
|
}
|
|
}
|