vph_react_ui_lib
Version:
React UI lib for demo
57 lines (56 loc) • 1.56 kB
JSON
{
"name": "vph_react_ui_lib",
"version": "1.5.2",
"description": "React UI lib for demo",
"main": "./index.js",
"scripts": {
"test": "react-scripts test --env=jsdom",
"build": "babel src -d dist",
"prepublish": "npm run build",
"postinstall": "cp -R ./dist/* .",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vophihungvn/react_ui_lib.git"
},
"keywords": [
"rear",
"ui",
"library"
],
"author": "Ph-Hung Vo",
"license": "ISC",
"bugs": {
"url": "https://github.com/vophihungvn/react_ui_lib/issues"
},
"homepage": "https://github.com/vophihungvn/react_ui_lib#readme",
"dependencies": {
"rebass": "^2.1.0",
"styled-components": "^3.4.5",
"styled-system": "^3.0.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.10",
"@storybook/addon-links": "^3.4.10",
"@storybook/addons": "^3.4.10",
"@storybook/react": "^3.4.10",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-plugin-transform-rename-import": "^2.2.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"jest": "^23.5.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-scripts": "^1.1.5",
"regenerator-runtime": "^0.12.1"
}
}