2019-03-11 16:00:23 +00:00
|
|
|
{
|
|
|
|
"name": "status-components",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"classnames": "^2.2.6",
|
2019-03-15 07:37:14 +00:00
|
|
|
"polished": "^3.0.3",
|
|
|
|
"react": "^16.8.4",
|
|
|
|
"react-dom": "^16.8.4",
|
|
|
|
"react-scripts": "2.1.8",
|
|
|
|
"styled-components": "^4.1.3",
|
2019-03-11 16:00:23 +00:00
|
|
|
"typeface-roboto": "0.0.54"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"deploy-storybook": "storybook-to-ghpages"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-15 07:37:14 +00:00
|
|
|
"@babel/core": "^7.3.4",
|
|
|
|
"@storybook/addon-actions": "^5.0.1",
|
|
|
|
"@storybook/addon-backgrounds": "^5.0.1",
|
|
|
|
"@storybook/addon-knobs": "^5.0.1",
|
|
|
|
"@storybook/addon-links": "^5.0.1",
|
|
|
|
"@storybook/addon-options": "^5.0.1",
|
|
|
|
"@storybook/addon-viewport": "^5.0.1",
|
|
|
|
"@storybook/addons": "^5.0.1",
|
|
|
|
"@storybook/react": "^5.0.1",
|
|
|
|
"@storybook/storybook-deployer": "^2.8.1",
|
|
|
|
"babel-loader": "^8.0.5"
|
2019-03-11 16:00:23 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
2019-03-18 10:21:58 +00:00
|
|
|
],
|
|
|
|
"homepage": "https://status-im.github.io/status-components/"
|
2019-03-11 16:00:23 +00:00
|
|
|
}
|