terra-form
Version:
Components for building forms
45 lines (44 loc) • 1.27 kB
JSON
{
"name": "terra-form",
"main": "lib/Form.js",
"version": "2.2.0",
"description": "Components for building forms",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-core.git"
},
"keywords": [
"Cerner",
"Terra",
"terra-form",
"Form",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"terra-base": "^3.2.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-base": "^3.2.0"
},
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "rimraf lib",
"compile:build": "babel src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "stylelint src/**/*.scss",
"test": "npm run test:jest && npm run test:nightwatch",
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js"
}
}