tailwind-system
Version:
Inspired by [Styled System](https://styled-system.com), tailwind-system allow you add props to your components which are then converted to [Tailwind](https://tailwindcss.com) utility classes. It can be used with Vue or React.
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "tailwind-system",
"version": "0.2.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"release": "release-it",
"build": "npm run build:src && npm run build:esm",
"build:src": "npx babel src --out-dir dist",
"build:esm": "NODE_ENV=esm babel src -o dist/index.esm.js",
"start": "npx babel src --watch --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatlinesofcode/tailwind-system.git"
},
"author": "Philip Andrews <phil@srv.re> (frontside.com.au)",
"license": "ISC",
"bugs": {
"url": "https://github.com/fatlinesofcode/tailwind-system/issues"
},
"homepage": "https://github.com/fatlinesofcode/tailwind-system#readme",
"keywords": [
"barebones",
"npm",
"package",
"node",
"module",
"template",
"boilerplate",
"babel"
],
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"release-it": "^14.2.2"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}