@akirautio/componentlibrary
Version:
More detailed description coming up
67 lines (66 loc) • 1.95 kB
JSON
{
"name": "@akirautio/componentlibrary",
"version": "0.0.7",
"description": "More detailed description coming up",
"main": "index.js",
"files": [
"components/",
"theme/",
"utils/",
"index.js"
],
"scripts": {
"clean": "rimraf lib",
"build": "npm run build:cjs",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel src -d lib --ignore \"**/*.stories\"",
"prepublishOnly": "npm run build && cp -r ./lib/* . && rm -rf ./lib",
"postpublish": "git clean -fd"
},
"author": "Aki Rautio <npm@akirautio.com>",
"license": "ISC",
"dependencies": {
"formik": "^2.1.3",
"framer-motion": "^1.8.3",
"grommet": "^2.10.0",
"polished": "^3.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"react-numeric-input": "^2.2.3",
"react-popper": "^1.3.7",
"styled-components": "^5.0.1",
"styled-system": "^5.1.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@storybook/addon-actions": "^5.3.11",
"@storybook/addon-docs": "^5.3.11",
"@storybook/addon-links": "^5.3.11",
"@storybook/addons": "^5.3.11",
"@storybook/react": "^5.3.11",
"babel-esm-plugin": "^0.7.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^9.1.1",
"cross-env": "^7.0.0",
"jest": "^25.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ARautio/componentLibrary.git"
},
"bugs": {
"url": "https://github.com/ARautio/componentLibrary/issues"
},
"homepage": "https://github.com/ARautio/componentLibrary#readme",
"keywords": [
"componentlibrary",
"react"
]
}