UNPKG

tailwind-theme-switcher

Version:

A plugin to enable theme switching in the tailwind

35 lines (34 loc) 1.3 kB
{ "name": "tailwind-theme-switcher", "version": "1.0.0", "description": "A plugin to enable theme switching in the tailwind", "main": "index.js", "repository": "https://github.com/akzhy/tailwind-theme-switcher", "author": "akzhy <akshay48884@gmail.com>", "license": "MIT", "scripts": { "dev": "cross-env NODE_ENV=development concurrently \"postcss css/tailwind.css -o build/tailwind.css --watch\" \"live-server ./\"", "build": "postcss css/tailwind.css -o build/tailwind.css", "build:prod": "cross-env NODE_ENV=production postcss css/tailwind.css -o build/tailwind.css", "lint:css": "stylelint css", "serve": "live-server ./" }, "dependencies": { "autoprefixer": "^9.5.1", "lodash": "^4.17.15", "tailwind-theme-switcher": "^0.0.0", "tailwindcss": "^1.0", "postcss-cli": "^6.1.2", "postcss-import": "^12.0.1", "cssnano": "^4.1.10", "@fullhuman/postcss-purgecss": "^1.2.0" }, "devDependencies": { "concurrently": "^4.1.0", "cross-env": "^5.2.0", "live-server": "^1.2.1", "stylelint": "^10.0.1", "stylelint-cli": "^1.1.0", "stylelint-config-recommended": "^2.2.0" } }