UNPKG

@galaxy_ui/ui

Version:

UI library for the React apps

143 lines (142 loc) 4.82 kB
{ "name": "@galaxy_ui/ui", "version": "0.2.0", "description": "UI library for the React apps", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepare": "husky", "storybook": "storybook dev -p 6006", "test": "TZ=UTC jest --config jest.config.js", "test:coverage": "TZ=UTC jest --config jest.config.js --coverage ", "run-pushed-files-tests": "./scripts/run-staged-tests.sh --pushed", "run-staged-tests": "./scripts/run-staged-tests.sh", "prettier:write": "prettier --write .", "prettier:check": "prettier --check .", "prettier:staged": "prettier --write .", "lint:staged": "eslint --fix --ext .ts,.tsx $(git diff --name-only --cached --relative --diff-filter=ACMRTUXB | grep '\\.tsx\\?$')", "lint:fix": "eslint --fix --ext .ts,.tsx ./src", "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc", "build": "rm -rf dist && yarn rollup", "rollup": "rollup -c --bundleConfigAsCjs", "build-storybook": "storybook build", "publish:local": "yarn publish --access public", "chromatic": "yarn chromatic --project-token $CHROMATIC_TOKEN" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fontsource-variable/karla": "^5.0.22", "@fontsource/bungee-shade": "^5.1.0", "@uiw/react-markdown-preview": "^5.1.3", "framer-motion": "^11.3.2", "fuse.js": "^7.0.0", "lodash": "^4.17.21", "react-helmet-async": "^2.0.5", "react-icons": "^5.4.0", "react-router-dom": "^6.26.1" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@chromatic-com/storybook": "^1.2.25", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@storybook/addon-controls": "^8.0.5", "@storybook/addon-essentials": "^8.0.5", "@storybook/addon-interactions": "^8.0.5", "@storybook/addon-links": "^8.0.5", "@storybook/addon-onboarding": "^8.0.5", "@storybook/addon-postcss": "^2.0.0", "@storybook/addon-storysource": "^8.0.5", "@storybook/addon-styling-webpack": "^1.0.0", "@storybook/addon-webpack5-compiler-swc": "^1.0.2", "@storybook/blocks": "^8.0.5", "@storybook/react": "^8.0.5", "@storybook/react-webpack5": "^8.0.5", "@storybook/test": "^8.0.5", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", "@types/node": "^16.18.91", "@types/react": "^19.0.2", "@types/react-test-renderer": "^18.0.7", "@typescript-eslint/eslint-plugin": "^5.62.0", "autoprefixer": "^10.4.19", "babel-jest": "^29.7.0", "chromatic": "^11.3.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-storybook": "^0.8.0", "husky": "^9.0.11", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-transform-stub": "^2.0.0", "postcss": "^8.4.38", "prettier": "3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "react-test-renderer": "^18.3.1", "rollup": "^4.29.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "storybook": "^8.4.7", "storybook-addon-react-router-v6": "^2.0.15", "storybook-css-modules": "^1.0.8", "tailwindcss": "^3.4.3", "ts-jest": "^29.1.2", "tslib": "^2.8.1", "typescript": "^5.7.2" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "peerDependencies": { "framer-motion": "^11.3.2", "fuse.js": "^7.0.0", "lodash": "^4.17.21", "react": "^18.2.0", "react-icons": "^5.4.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.5", "react-router-dom": "^6.26.1", "tailwindcss": "^3.4.3", "typescript": "^4.9.5" }, "keywords": [ "react", "galaxy-ui", "galaxy", "galaxy-react", "galaxyUI" ], "homepage": "https://galaxy-ui-sb.netlify.app/", "repository": "git@github.com:onemanfighter/galaxy-ui.git", "author": "Amit Raikwar", "license": "MIT" }