jam-cloud/jam-ui/node_modules/react-jss/package.json

141 lines
3.9 KiB
JSON

{
"_args": [
[
"react-jss@8.6.1",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-jss@8.6.1",
"_id": "react-jss@8.6.1",
"_inBundle": false,
"_integrity": "sha512-SH6XrJDJkAphp602J14JTy3puB2Zxz1FkM3bKVE8wON+va99jnUTKWnzGECb3NfIn9JPR5vHykge7K3/A747xQ==",
"_location": "/react-jss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-jss@8.6.1",
"name": "react-jss",
"escapedName": "react-jss",
"rawSpec": "8.6.1",
"saveSpec": null,
"fetchSpec": "8.6.1"
},
"_requiredBy": [
"/@material-ui/core"
],
"_resolved": "https://registry.npmjs.org/react-jss/-/react-jss-8.6.1.tgz",
"_spec": "8.6.1",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Dan Abramov",
"email": "dan.abramov@me.com",
"url": "http://github.com/gaearon"
},
"bugs": {
"url": "https://github.com/cssinjs/react-jss/issues"
},
"dependencies": {
"hoist-non-react-statics": "^2.5.0",
"jss": "^9.7.0",
"jss-preset-default": "^4.3.0",
"prop-types": "^15.6.0",
"theming": "^1.3.0"
},
"description": "JSS integration with React",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"common-tags": "^1.4.0",
"cross-env": "^3.0.0",
"es5-shim": "^4.5.9",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-jss": "^2.3.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"expect.js": "^0.3.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lint-staged": "^4.0.1",
"mocha": "^3.0.2",
"pre-commit": "^1.1.3",
"puppeteer": "^0.13.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"rimraf": "^2.5.4",
"sinon": "^4.5.0",
"size-limit": "^0.2.0",
"webpack": "^1.13.1"
},
"engines": {
"node": ">=4"
},
"files": [
"lib",
"dist",
"readme.md",
"changelog.md",
"LICENSE"
],
"homepage": "https://github.com/cssinjs/react-jss",
"keywords": [
"react",
"style",
"css",
"stylesheet",
"jss",
"hoc",
"decorator"
],
"license": "MIT",
"lint-staged": {
"src/**/*.js": [
"eslint --fix",
"git add"
]
},
"main": "lib/index.js",
"name": "react-jss",
"peerDependencies": {
"react": ">=0.13"
},
"pre-commit": "lint:staged",
"repository": {
"type": "git",
"url": "git+https://github.com/cssinjs/react-jss.git"
},
"scripts": {
"all": "npm run lint && npm run test && npm run build && npm run size",
"build": "npm run clean && npm run build:lib && npm run build:dist",
"build:dist": "npm run build:dist:max && npm run build:dist:min",
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/react-jss.js",
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-jss.min.js",
"build:lib": "babel src --out-dir lib --ignore src/tests",
"clean": "rimraf {lib,dist,tmp}/*",
"lint": "eslint ./src",
"lint:staged": "lint-staged",
"prepublishOnly": "npm run all",
"preversion": "npm run size",
"size": "size-limit 22KB dist/react-jss.js",
"test": "cross-env NODE_ENV=test karma start --single-run ",
"test:watch": "cross-env NODE_ENV=test karma start"
},
"version": "8.6.1"
}