tailpipecss
Version:
TailpipeCSS is a starter UI component for a fast starting point
112 lines (111 loc) • 3.26 kB
JSON
{
"name": "tailpipecss",
"version": "1.0.8",
"description": "TailpipeCSS is a starter UI component for a fast starting point",
"main": "dist/tailpipecss.css",
"keywords": [
"css",
"css3",
"tailpipe",
"tailpipecss",
"tailwind",
"tailwindcss",
"front-end",
"frontend",
"framework"
],
"dependencies": {
"alpinejs": "^3.10.3",
"autoprefixer": "^10.4.8",
"postcss-custom-properties": "^12.1.8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^10.1.10",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"acorn": "^7.4.1",
"acorn-node": "^1.8.2",
"acorn-walk": "^7.2.0",
"anymatch": "^3.1.2",
"arg": "^5.0.2",
"ava": "^4.3.3",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"browser-sync": "^2.27.10",
"camelcase-css": "^2.0.1",
"chokidar": "^3.5.3",
"color-name": "^1.1.4",
"cssesc": "^3.0.0",
"cssnano": "^5.1.13",
"defined": "^1.0.0",
"detective": "^5.2.1",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"esbuild": "^0.15.6",
"fast-glob": "^3.2.11",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"fsevents": "^2.3.2",
"function-bind": "^1.1.1",
"glob-parent": "^6.0.2",
"has": "^1.0.3",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.10.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"lilconfig": "^2.0.6",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"minimist": "^1.2.6",
"nanoid": "^3.3.4",
"normalize-path": "^3.0.0",
"npm-watch": "^0.11.0",
"object-hash": "^3.0.0",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0",
"queue-microtask": "^1.2.3",
"quick-lru": "^5.1.1",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"resolve": "^1.22.1",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"sass": "^1.54.5",
"source-map-js": "^1.0.2",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-regex-range": "^5.0.1",
"util-deprecate": "^1.0.2",
"xtend": "^4.0.2",
"yaml": "^1.10.2"
},
"scripts": {
"prepare": "npx tailwindcss -i ./src/main.css -o ./src/style.scss",
"sass": "sass ./src/style.scss ./dist/tailpipecss.css --style compressed",
"minify": "npx postcss ./dist/tailpipecss.css > ./dist/tailpipecss.min.css",
"js": "npx esbuild src/script.js --outfile=dist/tailscript.js --bundle",
"build": "npm run prepare & npm run sass & npm run minify & npm run js",
"test": "npm run build & ava",
"serve": "browser-sync start --index ./components.html --server --files ./dist/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obicerj/tailpipecss.git"
},
"author": "Obicerj <obicerjestoni@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/obicerj/tailpipecss/issues"
},
"homepage": "https://github.com/obicerj/tailpipecss#readme"
}