glamorous
Version:
React component styling solved
94 lines • 2.75 kB
JSON
{
"name": "glamorous",
"version": "4.9.3",
"description": "React component styling solved",
"main": "dist/glamorous.cjs.js",
"jsnext:main": "dist/glamorous.esm.js",
"module": "dist/glamorous.esm.js",
"typings": "typings/glamorous.d.ts",
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "rimraf dist preact/dist && kcd-scripts build --bundle --p-react --no-clean && kcd-scripts build --bundle --p-react --no-clean --no-package-json --environment BUILD_TINY",
"lint": "kcd-scripts lint",
"test": "kcd-scripts test",
"test:cover": "kcd-scripts test --coverage",
"test:update": "npm run test:cover -s -- --updateSnapshot",
"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
"build-and-test": "npm run build -s && npm run test:build -s",
"test:ts": "(tsc -p ./tsconfig.json && rimraf test-ts) || rimraf test-ts",
"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
"precommit": "kcd-scripts precommit"
},
"files": [
"dist",
"typings",
"preact"
],
"keywords": [
"react",
"css",
"css-in-js",
"cssinjs",
"styled-components",
"glamor",
"jsxstyle"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"brcast": "^3.0.0",
"fast-memoize": "^2.2.7",
"html-tag-names": "^1.1.1",
"is-function": "^1.0.1",
"is-plain-object": "^2.0.4",
"react-html-attributes": "^1.3.0",
"svg-tag-names": "^1.1.0"
},
"peerDependencies": {
"glamor": ">=2"
},
"devDependencies": {
"@types/react": "^16.0.5",
"codegen.macro": "^1.0.0",
"cross-spawn": "^5.1.0",
"enzyme": "^2.8.2",
"enzyme-to-json": "^2.0.0",
"glamor": "^2.20.37",
"jest-glamor-react": "^3.1.1",
"kcd-scripts": "^0.16.3",
"preact": "^8.2.5",
"preval.macro": "^1.0.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"rimraf": "^2.6.2",
"tslint": "^5.7.0",
"tslint-microsoft-contrib": "^5.0.0",
"tsutils": "^2.8.2",
"typescript": "^2.5.2"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"rules": {
"import/prefer-default-export": "off",
"react/no-unused-prop-types": "off",
"valid-jsdoc": "off"
}
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist",
"storybook-static",
"typings"
],
"repository": {
"type": "git",
"url": "https://github.com/paypal/glamorous.git"
},
"bugs": {
"url": "https://github.com/paypal/glamorous/issues"
},
"homepage": "https://github.com/paypal/glamorous#readme"
}