UNPKG

react-pizza

Version:

The utility for create (p)react component habitat.

87 lines (86 loc) 2.17 kB
{ "name": "react-pizza", "version": "0.1.3", "main": "index.js", "description": "The utility for create (p)react component habitat.", "author": "imcuttle <moyuyc95@gmail.com>", "scripts": { "test": "jest", "prepublishOnly": "npm test", "prepare": "npm run build", "build": "rimraf lib && babel src/ -Dd lib", "dev": "npm run build -- -w", "version": "npm run changelog", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, "files": [ "src", "lib", "index.js", "index.d.ts" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } }, "sideEffects": false, "engines": { "node": ">=8" }, "keywords": [ "imcuttle", "preact", "react", "standalone", "independent", "pizza", "react-pizza" ], "typings": "index.d.ts", "license": "MIT", "repository": "imcuttle/react-pizza", "jest": { "testMatch": [ "**/__test{s,}__/*.(spec|test).{t,j}s{x,}" ], "transform": { "^.+\\.jsx?$": "babel-jest" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "@rcp/util.iscompclass": "^1.0.8", "createref": "^0.5.0", "lodash.get": "^4.4.2" }, "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "@types/jest": "^23.3.9", "@types/react": "^16.4.18", "babel-cli": "^6.26.0", "babel-jest": "^23.6.0", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "conventional-changelog-cli": "^2.0.11", "husky": "^1.1.3", "jest": "^23.6.0", "preact": "^8.3.1", "preact-compat": "^3.18.4", "prettier": "^1.15.1", "pretty-quick": "^1.8.0", "react": "^16.6.1", "react-dom": "^16.6.1", "rimraf": "^2.6.2" } }