@d-pollard/triplet
Version:
A twin alternative for projects that have tailwind already installed
51 lines (50 loc) • 1.42 kB
JSON
{
"name": "@d-pollard/triplet",
"version": "1.0.3",
"description": "A twin alternative for projects that have tailwind already installed",
"source": "src/triplet.ts",
"main": "dist/triplet.js",
"module": "dist/triplet.module.js",
"unpkg": "dist/triplet.umd.js",
"types": "dist/triplet.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "microbundle",
"dev": "microbundle watch",
"release:package": "yarn build && npm version patch && git push && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-pollard/triplet.git"
},
"keywords": [
"tailwind",
"triplet",
"twin.macro"
],
"author": "Derek Pollard",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-pollard/triplet/issues"
},
"homepage": "https://github.com/d-pollard/triplet#readme",
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@testing-library/react": "^10.4.7",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.1.0",
"jest": "^26.1.0",
"microbundle": "^0.12.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.1.2",
"typescript": "^3.9.6"
}
}