@jaak/primitives
Version:
JAAK UI primitives
89 lines (88 loc) • 2.54 kB
JSON
{
"name": "@jaak/primitives",
"version": "1.0.3",
"description": "JAAK UI primitives",
"main": "dist/jaak-primitives.js",
"module": "dist/jaak-primitives.mjs",
"jsnext:main": "dist/jaak-primitives.mjs",
"engines": {
"node": "8.4.0",
"npm": "5.3.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaakmusic/primitives.git"
},
"keywords": [
"jaak",
"primitives"
],
"author": "JAAK (https://jaak.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaakmusic/primitives/issues"
},
"homepage": "https://github.com/jaakmusic/primitives#readme",
"lint-staged": {
"*.js": [
"eslint --fix \"lib/**/*.js\"",
"prettier --write --no-semi --single-quote --trailing-comma=es5",
"git add"
]
},
"pre-commit": {
"run": [
"lint:staged",
"test"
],
"silent": true
},
"scripts": {
"build": "BABEL_ENV=build rollup -c",
"build:test": "npm run build -- --environment TEST",
"lint:staged": "lint-staged",
"prepublish": "npm run build",
"pretest": "npm run build:test",
"styleguide:start": "BABEL_ENV=styleguide styleguidist server --config styleguide.config.js",
"styleguide:build": "BABEL_ENV=styleguide styleguidist build --config styleguide.config.js",
"test": "jest",
"www": "npm run styleguide:build && surge public jaak-primitives.surge.sh"
},
"peerDependencies": {
"polished": ">= 2.0.0 < 3.0.0",
"prop-types": ">= 15.0.0 < 16.0.0",
"react": ">= 0.14.0 < 17.0.0-0",
"styled-components": ">= 4.0.0 < 5.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@jaak/eslint-config": "^1.1.2",
"babel-loader": "^8.0.4",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"lint-staged": "^8.0.4",
"polished": "^2.3.0",
"pre-commit": "^1.2.2",
"prettier": "^1.15.2",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-styleguidist": "^8.0.3",
"rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-butternut": "^0.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"styled-components": "^4.0.3",
"webpack": "^4.25.1"
}
}