UNPKG

fela-plugin-custom-property

Version:

Fela plugin to use custom properties

65 lines (64 loc) 1.81 kB
{ "name": "fela-plugin-custom-property", "version": "12.2.1", "description": "Fela plugin to use custom properties", "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "sideEffects": false, "files": [ "LICENSE", "README.md", "lib/**", "es/**", "umd/**" ], "scripts": { "setup": "pnpm build", "clean": "rimraf lib es coverage", "build": "pnpm clean && pnpm build:es && pnpm build:lib", "build:es": "babel src --out-dir es --ignore **/__tests__", "build:lib": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore **/__tests__", "build:umd": "webpack --config webpack.config.js", "watch": "npm run watch:lib & npm run watch:es", "watch:lib": "BABEL_ENV=commonjs babel src -d lib -w", "watch:es": "babel src -d es -w", "test": "jest --config=jest.config.js", "coverage": "pnpm test --coverage" }, "repository": "https://github.com/robinweser/fela/", "keywords": [ "fela", "fela-plugin", "custom property", "mixin", "cssinjs" ], "author": "Robin Weser", "license": "MIT", "dependencies": { "css-in-js-utils": "^3.0.0", "isobject": "^3.0.1" }, "peerDependencies": { "fela": ">=11" }, "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.2", "@babel/node": "^7.13.0", "@babel/plugin-transform-modules-commonjs": "^7.5.0", "@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.5.5", "babel-core": "7.0.0-bridge.0", "babel-jest": "^26.6.0", "babel-loader": "^8.2.3", "clean-webpack-plugin": "^3.0.0", "cross-env": "^6.0.3", "jest": "^26.6.0", "rimraf": "^3.0.0", "webpack": "^4.41.6", "webpack-cli": "^3.3.10" }, "gitHead": "ca7078edb2de62b7f8eaefe013bff0e17561aaba" }