prejss-postcss-parser
Version:
PreJSS Parser based on PostCSS and plugins
78 lines (77 loc) • 1.97 kB
JSON
{
"name": "prejss-postcss-parser",
"version": "0.3.2",
"description": "PreJSS Parser based on PostCSS and plugins",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib lib",
"build:lib": "babel src --out-dir lib",
"lint": "eslint src",
"flow": "flow check src",
"check": "npm run flow",
"test": "jest",
"build": "npm run build:lib",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axept/prejss-postcss-parser.git"
},
"keywords": [
"css",
"css-in-js",
"prejss",
"postcss",
"postjss",
"rework",
"jss",
"styled-components",
"stylesheets",
"jss-from-css",
"jss-from-postcss",
"scss",
"sass",
"less",
"stylus",
"sugarss",
"parser"
],
"author": "Axept <office@axept.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/axept/prejss/issues"
},
"homepage": "https://github.com/axept/prejss",
"dependencies": {
"babel-runtime": "^6.23.0",
"deasync": "^0.1.9",
"postcss": "^5.2.15",
"postcss-js": "^0.3.0",
"postcss-load-config": "^1.2.0",
"postcss-safe-parser": "^2.0.0",
"postcss-scss": "^0.4.1",
"postcss-simple-vars": "^3.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^19.0.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow": "^0.2.3",
"flow-bin": "^0.39.0",
"jest": "^19.0.2",
"postcss-extend": "^1.0.5",
"postcss-nested": "^1.0.0",
"rimraf": "^2.6.0"
}
}