UNPKG

phx-react

Version:

PHX REACT

146 lines (145 loc) • 4.72 kB
{ "name": "phx-react", "version": "1.3.1802", "description": "PHX REACT", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "repository": { "type": "git", "url": "" }, "scripts": { "build": "yarn build:esm && yarn build:cjs && yarn build:assets", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "build:assets": "cp -R src/components/MainWrapV3/assets dist/cjs/components/MainWrapV3 && cp -R src/components/MainWrapV3/assets dist/esm/components/MainWrapV3 && cp -R src/assets dist/cjs && cp -R src/assets dist/esm && cp -R src/components/MainWrapV4/assets dist/cjs/components/MainWrapV4 && cp -R src/components/MainWrapV4/assets dist/esm/components/MainWrapV4 ", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run prettier", "pub": "yarn build && npm publish", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "peerDependencies": { "react": ">=16" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "react", "typescript", "awesome-project" ], "author": "PHX DevTeam 2024", "license": "MIT", "devDependencies": { "@babel/runtime": "7.13.8", "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", "@headlessui/react": "^1.7.16", "@heroicons/react": "^2.0.18", "@storybook/addon-essentials": "^7.2.3", "@storybook/addon-interactions": "7.2.3", "@storybook/addon-links": "^7.2.3", "@storybook/addon-styling": "^1.3.6", "@storybook/blocks": "7.2.3", "@storybook/react": "7.2.3", "@storybook/react-vite": "7.2.3", "@storybook/testing-library": "^0.0.14-next.2", "@tailwindcss/forms": "^0.5.3", "@testing-library/react": "^15.0.6", "@types/async-lock": "^1.4.2", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.11", "@types/js-cookie": "^3.0.3", "@types/katex": "^0.16.7", "@types/lodash-es": "^4.17.12", "@types/react": "^18.0.12", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "autoprefixer": "^10.4.14", "chromatic": "^6.18.2", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "eslint-plugin-storybook": "^0.6.13", "graphql": "^16.7.1", "jest": "^28.1.1", "jest-canvas-mock": "^2.4.0", "jest-environment-jsdom": "^28.1.1", "js-cookie": "^3.0.5", "next": "^13.4.13", "postcss": "^8.4.23", "prettier": "^2.6.2", "prop-types": "^15.8.1", "react": "^18.1.0", "react-dom": "^18.1.0", "react-hook-form": "^7.45.2", "react-select": "^5.7.4", "storybook": "^7.2.3", "tailwindcss": "^3.3.3", "ts-jest": "^28.0.4", "tslib": "^2.6.2", "typescript": "^5.9.3", "vite": "^4.3.9" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "dependencies": { "@excalidraw/excalidraw": "^0.17.6", "@lexical/file": "^0.44.0", "@lexical/headless": "^0.44.0", "@lexical/list": "^0.44.0", "@lexical/react": "^0.44.0", "@lexical/selection": "^0.44.0", "@sentry/nextjs": "^10.30.0", "@tiptap/core": "^3.4.6", "@tiptap/extension-color": "^3.4.6", "@tiptap/extension-heading": "^3.4.6", "@tiptap/extension-image": "^3.4.6", "@tiptap/extension-link": "^3.4.6", "@tiptap/extension-placeholder": "^3.6.6", "@tiptap/extension-text-align": "^3.4.6", "@tiptap/extension-text-style": "^3.4.6", "@tiptap/extension-underline": "^3.4.6", "@tiptap/react": "^3.4.6", "@tiptap/starter-kit": "^3.4.6", "async-lock": "^1.4.1", "axios": "^1.5.0", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "emoji-picker-react": "4.0.8", "framer-motion": "^12.23.24", "katex": "^0.16.22", "lexical": "^0.44.0", "lodash-es": "^4.17.21", "lodash.isboolean": "^3.0.3", "lodash.isequal": "^4.5.0", "react-colorful": "^5.6.1", "react-sortablejs": "^6.1.4", "recharts": "^2.12.7", "sass": "^1.93.1", "socket.io-client": "^4.8.1", "sortablejs": "^1.15.6", "xlsx": "^0.18.5", "y-websocket": "^2.0.4", "yjs": "^13.6.18" }, "resolutions": { "@types/mime": "3.0.4", "wrap-ansi": "7.0.0", "string-width": "4.1.0" } }