flyonui
Version:
The easiest, free and open-source Tailwind CSS component library with semantic classes.
134 lines • 3.24 kB
JSON
{
"name": "flyonui",
"version": "2.4.0",
"type": "module",
"description": "The easiest, free and open-source Tailwind CSS component library with semantic classes.",
"author": "ThemeSelection",
"license": "MIT",
"homepage": "https://flyonui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/themeselection/flyonui.git"
},
"bugs": {
"url": "https://github.com/themeselection/flyonui/issues"
},
"keywords": [
"flyonui",
"flyon",
"html",
"design-system",
"css",
"components",
"ui-library",
"javascript",
"typescript",
"framework",
"tailwind",
"tailwindcss",
"theming",
"postcss",
"ui",
"design",
"tailwind examples",
"tailwind components",
"tailwind components library",
"tailwind elements",
"tailwind library",
"tailwind sections",
"tailwind css",
"tailwind react",
"tailwind vue",
"tailwind plugin",
"tailwind component",
"tailwind next",
"tailwind nuxt",
"tailwind svelte",
"tailwind css plugin",
"tailwind astro",
"tailwind laravel",
"tailwind rails",
"react",
"css",
"ui",
"vue",
"component",
"framework",
"nextjs",
"front-end",
"laravel",
"theme",
"nuxt",
"svelte",
"astro",
"component library",
"css library"
],
"main": "./index.js",
"browser": "./flyonui.css",
"files": [
"base",
"colors",
"components",
"!components/*/class.json",
"functions/addPrefix.js",
"functions/plugin.js",
"functions/pluginOptionsHandler.js",
"functions/themeOrder.js",
"functions/variables.js",
"theme",
"utilities",
"imports.js",
"index.js",
"chunks.css",
"flyonui.css",
"themes.css",
"src/vendor/",
"src/js/",
"./variants.css",
"./dts-config.cjs",
"./tsconfig.json",
"./tsconfig.mjs.json",
"dist/*",
"./webpack.config.cjs",
"./webpack.config.mjs.cjs",
"./global.d.ts",
"./flyonui.d.ts",
"./flyonui.js",
"./LICENSE",
"./THIRD_PARTY_LICENSES",
"./README.md"
],
"scripts": {
"watch:js": "webpack --config webpack.config.cjs --watch",
"watch:mjs": "webpack --config webpack.config.mjs.cjs --watch",
"build:css": "bun build.js",
"build:js": "webpack --config webpack.config.cjs",
"build:mjs": "webpack --config webpack.config.mjs.cjs",
"build:generate-dts": "dts-bundle-generator --config dts-config.cjs",
"build:flyonui": "cp dist/index.js flyonui.js && cp dist/index.d.ts flyonui.d.ts"
},
"devDependencies": {
"@types/clipboard": "^2.0.7",
"@types/dropzone": "^5.7.9",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.18",
"dts-bundle-generator": "^9.5.1",
"source-map-loader": "^5.0.0",
"terser-webpack-plugin": "^5.3.12",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"webpack-cli": "^6.0.1",
"apexcharts": "^5.2.0",
"datatables.net": "^2.2.2",
"lightningcss": "1.30.1",
"postcss": "^8.5.3",
"postcss-js": "^4.0.1",
"postcss-selector-parser": "^7.1.0",
"tailwindcss": "4.1.1",
"nouislider": "^15.8.1"
},
"dependencies": {
"@floating-ui/dom": "^1.7.1"
}
}