@blend-ui/core
Version:
Blend core cmponents
64 lines (63 loc) • 2.06 kB
JSON
{
"name": "@blend-ui/core",
"version": "0.1.17-alpha.0",
"description": "Blend core cmponents",
"author": "Tero <tero@prifina.com>",
"license": "MIT",
"main": "dist/esm/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:esm",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --out-dir ./dist/esm",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es",
"storybook": "start-storybook"
},
"dependencies": {
"@blend-ui/icons": "^0.1.17-alpha.0",
"@styled-system/theme-get": "^5.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-storyshots": "^6.0.16",
"@storybook/react": "^6.0.16",
"@styled-system/prop-types": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react-test-renderer": "^16.13.1",
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"gitHead": "7daa0ea20a857410d0be3d4a8a4f6f17ba4b5e3f"
}