tw-themes
Version:
powerful tailwind color themes (dynamically selectable at run-time)
64 lines (63 loc) • 1.62 kB
JSON
{
"name": "tw-themes",
"version": "0.1.1",
"description": "powerful tailwind color themes (dynamically selectable at run-time)",
"homepage": "https://tw-themes.js.org/",
"repository": {
"type": "git",
"url": "https://github.com/KevinAst/tw-themes.git"
},
"bugs": {
"url": "https://github.com/KevinAst/tw-themes/issues"
},
"keywords": [
"tailwind",
"themes",
"theme",
"dark",
"dark-mode",
"colors",
"web",
"utility",
"geeku",
"astx"
],
"author": "Kevin J. Bridges <kevin@wiiBridges.com> (https://github.com/KevinAst)",
"license": "MIT",
"main": "lib/index.js",
"files": [
"package.json",
"LICENSE.md",
"README.md",
"lib",
"src"
],
"scripts": {
"docs:build": "gitbook build",
"docs:serve": "gitbook serve",
"docs:publish": "gh-pages --dist _book",
"docs:gitbook:help": "gitbook help",
"docs:clean": "rimraf _book",
"predocs:publish": "npm run docs:build",
"test": "jest src",
"test:watch": "npm run test -- --watch",
"lib:build": "babel src --out-dir lib --no-comments",
"lib:clean": "rimraf lib",
"prelib:build": "npm run test",
"prepare": "npm run lib:build"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"babel-jest": "^26.6.3",
"gh-pages": "^3.1.0",
"gitbook-cli": "^2.3.2",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"tailwindcss": ">=2.0.0"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0"
}
}