UNPKG

@integec/grid-tools

Version:
112 lines (111 loc) 3.55 kB
{ "name": "@integec/grid-tools", "version": "5.11.0", "description": "Integ Grid Tools", "main": "lib/index.js", "scripts": { "build": "rimraf lib && babel src --out-dir lib --source-maps inline", "build:watch": "rimraf lib && babel src --out-dir lib --watch --source-maps inline", "build:prod": " rimraf lib && cross-env NODE_ENV=production babel src --out-dir lib --source-maps", "storybook": "start-storybook -h 0.0.0.0 -p 6006", "storybook:local": "start-storybook -h localhost -p 6006", "build-storybook": "build-storybook", "test": "jest", "test:watch": "jest --watch", "test:cover": "jest --coverage", "pretty": "prettier --debug-check \"src/**/*.js\" ", "pretty:write": "prettier --write \"src/**/*.js\"", "lint:fix-file": "eslint --fix", "semantic-release": "semantic-release", "lint": "eslint src" }, "repository": { "type": "git", "url": "https:git@github.com:fobbyal/grid-tools.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "author": "Alex Liang <aliang@integconsulting.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-transform-modules-commonjs": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.6", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.1.0", "@storybook/addon-actions": "^5.1.9", "@storybook/addon-links": "^5.1.9", "@storybook/addons": "^5.1.9", "@storybook/react": "^5.1.9", "babel-eslint": "^10.0.2", "babel-jest": "^24.8.0", "babel-loader": "^8.0.0", "babel-plugin-ramda": "^2.0.0", "chance": "^1.0.18", "cross-env": "^5.2.0", "cz-conventional-changelog": "^2.1.0", "eslint": "^6.0.1", "eslint-config-prettier": "^6.10.0", "eslint-config-standard": "^12.0.0", "eslint-config-standard-react": "^7.0.2", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jest": "^22.7.2", "eslint-plugin-node": "^9.1.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.18.3", "eslint-plugin-standard": "^4.0.1", "husky": "^3.0.0", "jest": "^24.8.0", "lint-staged": "^9.0.2", "moment": "^2.24.0", "numeral": "^2.0.6", "prettier": "^1.18.2", "prop-types": "^15.7.2", "react-hot-loader": "^4.12.3", "rimraf": "^2.6.3", "semantic-release": "^24.2.9", "shallow-equal-explain": "^0.0.4" }, "dependencies": { "data.maybe": "^1.2.3", "dom-helpers": "^3.4.0", "downshift": "^3.2.7", "fbjs": "^1.0.0", "ramda": "^0.25.0", "react": "^16.8.6", "react-broadcast": "^0.7.1", "react-dom": "^16.8.6", "react-popper": "^1.3.3", "react-virtualized": "^9.21.1", "styled-components": "2.4.0" }, "lint-staged": { "*.{js,json,css,jsx,yml,yaml,less,ts,tsx,md,graphql}": [ "prettier --single-quote --trailing-comma es5 --no-semi --write", "git add" ], "*.js": [ "eslint" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }