29 lines
771 B
JSON
Raw Normal View History

{
"name": "cra-react15",
2019-09-24 09:40:32 -04:00
"version": "5.3.0-alpha.2",
"private": true,
"dependencies": {
2019-05-18 22:04:17 +02:00
"babel-loader": "8.0.6",
2019-05-08 23:30:52 +08:00
"global": "^4.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
2019-09-24 09:40:32 -04:00
"@storybook/addon-actions": "5.3.0-alpha.2",
"@storybook/addon-links": "5.3.0-alpha.2",
"@storybook/react": "5.3.0-alpha.2",
"@storybook/theming": "5.3.0-alpha.2",
"babel-core": "6",
"babel-runtime": "6"
}
}