UNPKG

stylelint-processor-glamorous

Version:
68 lines (67 loc) 1.92 kB
{ "name": "stylelint-processor-glamorous", "version": "0.3.0", "description": "Lint glamorous and related css-in-js with stylelint", "repository": { "type": "git", "url": "https://github.com/zabute/stylelint-processor-glamorous" }, "author": { "name": "Ardamis Yeshak", "email": "arde987@gmail.com", "url": "https://github.com/zabute" }, "license": "MIT", "bugs": { "url": "https://github.com/zabute/stylelint-processor-glamorous/issues" }, "main": "lib/index.js", "keywords": [ "stylelint", "stylelint-processor", "glamorous" ], "dependencies": { "@babel/generator": "^7.0.0-beta.40", "@babel/traverse": "^7.0.0-beta.40", "@babel/types": "^7.0.0-beta.40", "babylon": "^6.18.0", "json5": "^0.5.1", "postcss": "^6.0.18", "postcss-js": "^1.0.1", "shortid": "^2.2.8" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.36", "@babel/core": "^7.0.0-beta.36", "@babel/preset-env": "^7.0.0-beta.36", "@babel/preset-react": "^7.0.0-beta.38", "babel-core": "^7.0.0-0", "babel-eslint": "^8.1.2", "babel-jest": "^22.0.4", "eslint": "^3.6.0", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.1.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.3.0", "glamor": "^2.20.40", "glamorous": "^4.11.4", "husky": "^0.14.3", "jest": "^22.0.4", "prettier-eslint": "^8.8.1", "prettier-eslint-cli": "^4.7.1", "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0", "rimraf": "^2.6.2", "stylelint": "^8.4.0", "stylelint-config-standard": "^18.0.0" }, "scripts": { "test": "yarn build && jest test/*.test.js", "lint": "eslint .", "format": "prettier-eslint --write \"./**/*.js\"", "precommit": "yarn format && yarn lint && yarn test", "build": "rimraf lib && babel src -d lib" } }