mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
37 lines
889 B
JSON
37 lines
889 B
JSON
{
|
|
"name": "react95",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@storybook/addon-info": "^4.1.11",
|
|
"polished": "^3.0.0",
|
|
"react": "^16.8.2",
|
|
"react-dom": "^16.8.2",
|
|
"react-scripts": "2.1.5",
|
|
"styled-components": "^4.1.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^4.1.11",
|
|
"@storybook/addon-links": "^4.1.11",
|
|
"@storybook/react": "^4.1.11",
|
|
"storybook-addon-styled-component-theme": "^1.1.1"
|
|
}
|
|
}
|