80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
![]() |
{
|
||
|
"name": "inline-style-prefixer",
|
||
|
"version": "5.1.2",
|
||
|
"description": "Run-time Autoprefixer for JavaScript style objects",
|
||
|
"module": "es/index.js",
|
||
|
"jsnext:main": "es/index.js",
|
||
|
"main": "lib/index.js",
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"lib/",
|
||
|
"es/"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"babel:es": "babel -d es modules --ignore __tests__",
|
||
|
"babel:lib": "cross-env BABEL_ENV=commonjs babel -d lib modules --ignore __tests__",
|
||
|
"babel": "yarn babel:es && yarn babel:lib",
|
||
|
"build": "yarn run check && yarn generate && yarn babel",
|
||
|
"check": "yarn clear && yarn format && yarn lint && yarn coverage && yarn flow",
|
||
|
"clear": "rimraf lib es coverage _book",
|
||
|
"docs": "gitbook install && gitbook build && gh-pages -d _book",
|
||
|
"flow": "flow",
|
||
|
"format": "prettier --write \"./modules/**/*.js\"",
|
||
|
"generate": "cross-env BABEL_ENV=commonjs babel-node generateDefaultData",
|
||
|
"lint": "eslint modules/**/*.js",
|
||
|
"release": "yarn build && npm publish && yarn docs",
|
||
|
"test": "cross-env BABEL_ENV=commonjs jest",
|
||
|
"coverage": "yarn test --coverage"
|
||
|
},
|
||
|
"repository": "https://github.com/rofrischmann/inline-style-prefixer",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react styling",
|
||
|
"prefixer",
|
||
|
"inline styles",
|
||
|
"autoprefixer",
|
||
|
"vendor prefix",
|
||
|
"userAgent"
|
||
|
],
|
||
|
"author": "Robin Frischmann",
|
||
|
"license": "MIT",
|
||
|
"jest": {
|
||
|
"rootDir": "modules"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"css-in-js-utils": "^2.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel": "^6.5.2",
|
||
|
"babel-cli": "^6.6.0",
|
||
|
"babel-core": "^6.6.0",
|
||
|
"babel-eslint": "^7.1.1",
|
||
|
"babel-jest": "^20.0.1",
|
||
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||
|
"babel-preset-es2015": "^6.6.0",
|
||
|
"babel-preset-react": "^6.5.0",
|
||
|
"babel-preset-stage-0": "^6.5.0",
|
||
|
"caniuse-api": "^3.0.0",
|
||
|
"codeclimate-test-reporter": "^0.1.1",
|
||
|
"cross-env": "^5.2.0",
|
||
|
"eslint": "^3.14.0",
|
||
|
"eslint-config-airbnb": "^14.0.0",
|
||
|
"eslint-plugin-flowtype": "^2.30.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^3.0.2",
|
||
|
"eslint-plugin-react": "^6.9.0",
|
||
|
"flow-bin": "^0.80.0",
|
||
|
"gh-pages": "^1.2.0",
|
||
|
"gitbook": "^3.2.2",
|
||
|
"gitbook-cli": "^2.3.0",
|
||
|
"gitbook-plugin-anker-enable": "0.0.4",
|
||
|
"gitbook-plugin-edit-link": "^2.0.2",
|
||
|
"gitbook-plugin-github": "^2.0.0",
|
||
|
"gitbook-plugin-prism": "^2.4.0",
|
||
|
"jest": "^19.0.2",
|
||
|
"prettier": "^1.14.2",
|
||
|
"rimraf": "^2.6.2"
|
||
|
}
|
||
|
}
|