| Current Path : /etc/kibana/node_modules/style-it/ |
| Current File : //etc/kibana/node_modules/style-it/package.json |
{
"name": "style-it",
"version": "2.1.3",
"description": "Component for writing plaintext CSS in React apps -- isomorphic, scoped, FOUC-free, fully featured, CSS-in-JS",
"main": "dist/style-it.js",
"author": "buildbreakdo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buildbreakdo/style-it.git"
},
"bugs": {
"url": "https://github.com/buildbreakdo/style-it/issues"
},
"homepage": "https://github.com/buildbreakdo/style-it",
"scripts": {
"build": "npm run build:standalone:dev && npm run build:standalone:production && npm run build:umd:dev && npm run build:umd:production",
"build:standalone:dev": "webpack --standalone && shx sed -i 's/exports.default/module.exports/' dist/style-it-standalone.js",
"build:standalone:production": "uglifyjs --compress --mangle -- dist/style-it-standalone.js >> dist/style-it-standalone.min.js",
"build:umd:dev": "webpack && babel src --out-dir lib",
"build:umd:production": "NODE_ENV='production' webpack && babel src --out-dir lib",
"prebuild": "rimraf dist lib",
"prepublish": "npm run build && npm run test",
"watch": "webpack --watch",
"lint": "eslint .",
"test": "yarn test:jest && NODE_ENV=production yarn test:jest",
"test:jest": "jest --runInBand || true",
"test:watch": "jest --watch --verbose=false",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"engines": {
"node": ">=6"
},
"jest": {
"automock": false,
"bail": true
},
"keywords": [
"react-style",
"style-it",
"react",
"scope",
"scoped",
"inline",
"embed",
"embedded",
"style-element",
"style",
"styles",
"styling",
"css",
"classes",
"classname",
"classnames",
"util",
"utility",
"react-component",
"aphrodite",
"babel-plugin-css-in-js",
"bloody-react-styled",
"cess-loader",
"classy",
"csjs",
"css-loader",
"css-ns",
"cssx-loader",
"hyperstyles",
"es-css-modules",
"j2c",
"jsxstyle",
"radium",
"react-css-builder",
"react-css-components",
"react-css-modules",
"react-cxs",
"react-free-style",
"react-inline-css",
"react-inline",
"react-inline-style",
"react-jss",
"react-look",
"react-native-web",
"react-statics-styles",
"react-styl",
"react-styleable",
"react-stylematic",
"react-theme",
"react-vstyle",
"reactcss",
"scope-styles",
"smart-css",
"stilr",
"styling",
"stile",
"react-media-queries"
],
"devDependencies": {},
"dependencies": {},
"cleaned": true
}