@appello/web-ui
Version:
Web ui library for a better development experience
170 lines (169 loc) • 5.75 kB
JSON
{
"name": "@appello/web-ui",
"version": "1.3.1",
"author": "Appello Software",
"description": "Web ui library for a better development experience",
"keywords": [
"appello",
"web",
"ui",
"uikit"
],
"license": "ISC",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.min.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && npx rollup -c",
"commit": "git add . && npx git-cz",
"format:lint": "eslint --quiet 'src/**/*.{ts,tsx}'",
"format:lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
"format:prettier": "prettier --check 'src/**/*.{ts,tsx,scss,json,css,js,graphql}'",
"format:prettier:fix": "prettier --write 'src/**/*.{ts,tsx,scss,json,css,js,graphql}'",
"check-types": "tsc -p tsconfig.json",
"prepare-release": "npx lint-staged && npm run build",
"release:alpha": "npm run prepare-release && npm version prerelease --preid=alpha && npm publish --tag alpha && npm run after-release",
"release:patch": "npm run prepare-release && npm version patch && npm publish && npm run after-release",
"release:minor": "npm run prepare-release && npm version minor && npm publish && npm run after-release",
"release:major": "npm run prepare-release && npm version major && npm publish && npm run after-release",
"after-release": "git push && git push --tags && rm -rf dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.16",
"deepmerge-ts": "^5.1.0",
"react-paginate": "^8.2.0",
"react-svg": "^16.2.0"
},
"peerDependencies": {
"@appello/common": "^3.4.0",
"@appello/web-kit": "^2.3.0",
"@tanstack/react-table": "*",
"@tanstack/table-core": "*",
"clsx": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-colorful": "*",
"react-content-loader": "*",
"react-day-picker": "*",
"react-hook-form": "^7.0.0",
"react-hot-toast": "*",
"react-modal": "*",
"react-nested-dropdown": "*",
"react-select": "*",
"use-query-params": "*"
},
"devDependencies": {
"@appello/commitlint-config": "^4.0.0",
"@appello/common": "^3.4.0",
"@appello/eslint-config": "^5.0.0",
"@appello/prettier-config": "^4.0.0",
"@appello/web-kit": "^2.3.0",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-docs": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-mdx-gfm": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.3.5",
"@tanstack/react-table": "^8.20.5",
"@tanstack/table-core": "^8.20.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"chromatic": "^6.17.3",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-content-loader": "^6.2.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.53.0",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-nested-dropdown": "^0.0.12",
"react-select": "^5.7.2",
"remark-gfm": "^3.0.1",
"rollup": "^4.24.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.62.0",
"storybook": "^8.3.5",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5",
"use-query-params": "^2.2.1",
"vite": "^5.3.6"
},
"files": [
"dist",
"tsconfig.json"
],
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"npm run format:lint:fix"
],
"src/**/*.{ts,tsx,scss,json,css,js,graphql}": [
"npm run format:prettier:fix"
]
},
"homepage": "https://main--670460f5d4ff38a07b902ee1.chromatic.com",
"repository": {
"type": "git",
"url": "git@github.com:appello-software/web-ui.git"
},
"bugs": {
"url": "https://github.com/appello-software/web-ui/issues"
},
"publishConfig": {
"access": "public"
}
}