UNPKG

xtendui

Version:

Xtend UI is a powerful frontend library of tailwind components enhanced by vanilla js. It helps you build interfaces with advanced interactions and animations.

122 lines (121 loc) 4.03 kB
{ "name": "xtendui", "version": "1.0.0-beta.48", "description": "Xtend UI is a powerful frontend library of tailwind components enhanced by vanilla js. It helps you build interfaces with advanced interactions and animations.", "homepage": "https://xtendui.com/", "license": "MIT", "author": "Riccardo Caroli <beaver82+xtendui@gmail.com>", "repository": "https://github.com/xtendui/xtendui.git", "keywords": [ "react", "javascript", "components", "ui", "html5", "frontend", "react-components", "vanilla-javascript", "tailwindcss" ], "main": "src/xt.js", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "tailwind.*.js", "dist/*.min.*", "src/*.*" ], "scripts": { "clean": "gatsby clean", "setup": "yarn alias && node ./build/packet.js", "generate": "yarn alias && node ./build/generate.js && yarn lint:generate --fix", "build": "yarn setup && yarn clean && gatsby build", "dev": "yarn setup && yarn clean && gatsby develop -p 8080", "serve": "yarn build && gatsby serve -p 8080", "deploy": "yarn build && gh-pages -d public", "dist": "yarn setup && cross-env DIST=true webpack --progress", "release": "npx semantic-release --dry-run --debug", "lint": "eslint . --ext .js", "lint:generate": "eslint . --ext .jsx", "test": "echo '@todo tests'", "alias": "node -e \"var s='../src',d='node_modules/src',fs=require('fs');fs.exists(d,function(e){e||fs.symlinkSync(s,d,'junction')});\"", "postversion": "yarn dist" }, "dependencies": { "@popperjs/core": "^2.11.0", "dompurify": "^2.3.4", "focus-trap": "^6.7.1", "relaxed-json": "^1.0.3" }, "peerDependencies": { "gsap": "^3.7.1", "tailwindcss": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@fullhuman/postcss-purgecss": "^4.1.3", "@hot-loader/react-dom": "^17.0.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.2", "@semantic-release/npm": "^8.0.3", "@semantic-release/release-notes-generator": "^10.0.3", "autoprefixer": "^10.4.0", "babel-loader": "^8.2.3", "babel-preset-gatsby": "^2.3.0", "clipboard": "^2.0.8", "cross-env": "^7.0.3", "css-loader": "^6.5.1", "cssnano": "^5.0.12", "dotenv": "^10.0.0", "eslint": "8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.1", "esm": "^3.2.25", "gatsby": "^4.3.0", "gatsby-plugin-catch-links": "^4.3.0", "gatsby-plugin-image": "^2.3.0", "gatsby-plugin-manifest": "^4.3.0", "gatsby-plugin-module-resolver": "^1.0.3", "gatsby-plugin-page-creator": "^4.3.0", "gatsby-plugin-postcss": "^5.3.0", "gatsby-plugin-react-helmet": "^5.3.0", "gatsby-plugin-sitemap": "^5.3.0", "gatsby-remark-classes": "^1.0.2", "gatsby-remark-component": "^1.1.3", "gatsby-remark-external-links": "^0.0.4", "gatsby-source-contentful": "7.1.0", "gatsby-source-filesystem": "^4.3.0", "gatsby-source-prismic": "^5.2.3", "gatsby-transformer-remark": "^5.3.0", "gh-pages": "^3.2.3", "glob": "^7.2.0", "gsap": "^3.8.0", "lodash.castarray": "^4.4.0", "lodash.kebabcase": "^4.1.1", "lodash.merge": "^4.6.2", "mini-css-extract-plugin": "^2.4.5", "path": "^0.12.7", "postcss": "^8.4.5", "postcss-import": "^14.0.2", "postcss-loader": "^6.2.1", "prettier-eslint": "^13.0.0", "prismjs": "^1.25.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "rehype-react": "^7.0.3", "remark-grid-tables": "^2.1.2", "semantic-release": "^18.0.1", "tailwindcss": "^3.0.1", "terser-webpack-plugin": "^5.2.5", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "write": "^2.0.0" } }