UNPKG

@colisweb/rescript-toolkit

Version:

![ReScript Colisweb toolkit](/media/image.jpg)

113 lines (112 loc) 3.38 kB
{ "name": "@colisweb/rescript-toolkit", "version": "5.43.1", "type": "module", "scripts": { "clean": "rescript clean", "dev:res": "node_modules/.bin/rescript build -w", "dev": "NINJA_ANSI_FORCED=1 vite", "build": "NINJA_ANSI_FORCED=1 vite build", "preview": "NINJA_ANSI_FORCED=1 vite preview", "test": "node_modules/.bin/rescript build && yarn intl:check", "build:reacticons": "node tools/extract-react-icons.js", "build:scss": "node tools/build-scss.js", "storybook": "STORYBOOK=true start-storybook -p 6006 --no-manager-cache", "build-storybook": "TAILWIND_MODE=build STORYBOOK=true build-storybook", "intl:check": "node src/intl/check.cjs", "intl:extract": "node src/intl/extract.cjs", "prepare": "is-ci || husky install" }, "keywords": [ "ReScript", "react", "toolkit", "ui", "bindings" ], "author": "Colisweb", "license": "MIT", "dependencies": { "@colisweb/bs-react-intl-extractor-bin": "0.12.2", "@datadog/browser-rum": "5.29.0", "@dck/rescript-ky": "2.1.0", "@dck/rescript-promise": "1.1.0", "@dck/restorative": "1.1.0", "@greenlabs/ppx-spice": "0.2.1", "@headlessui/react": "2.2.1", "@headlessui/tailwindcss": "0.2.2", "@radix-ui/react-dropdown-menu": "2.1.7", "@radix-ui/react-popover": "1.1.7", "@radix-ui/react-scroll-area": "1.2.4", "@radix-ui/react-toast": "1.2.7", "@radix-ui/react-tooltip": "1.2.0", "@reach/auto-id": "0.18.0", "@rescript/react": "0.12.0", "@tailwindcss/container-queries": "^0.1.1", "autoprefixer": "10.4.21", "axios": "0.24.0", "case": "1.6.3", "click-outside-hook": "1.1.0", "copy-to-clipboard": "3.3.3", "date-fns": "4.1.0", "dedent": "0.7.0", "ky": "1.7.2", "lenses-ppx": "6.1.10", "list-selectors": "2.0.1", "lodash": "4.17.21", "msw": "2.7.3", "postcss": "8.5.3", "postcss-preset-env": "8.0.1", "prismjs": "1.29.0", "qs": "6.13.0", "react": "18.2.0", "react-big-calendar": "1.5.2", "react-datepicker": "8.3.0", "react-day-picker": "8.10.0", "react-dom": "18.2.0", "react-error-boundary": "5.0.0", "react-helmet": "6.1.0", "react-icons": "5.5.0", "react-intl": "7.1.10", "react-phone-number-input": "3.4.12", "react-portal": "4.3.0", "react-select": "5.10.1", "react-table": "7.8.0", "react-use": "17.6.0", "res-react-intl": "3.1.2", "rescript": "11.0.0", "rescript-react-update": "5.0.2", "sanitize-html": "1.27.4", "swr": "2.2.2", "tailwindcss": "3.4.14", "use-local-storage-state": "19.5.0" }, "devDependencies": { "@babel/core": "7.23.7", "@jihchi/vite-plugin-rescript": "5.5.0", "@mdx-js/mdx": "2.3.0", "@mdx-js/react": "2.3.0", "@mdx-js/rollup": "2.3.0", "@originjs/vite-plugin-commonjs": "1.0.3", "@vitejs/plugin-react": "4.2.1", "babel-loader": "8.2.5", "highlight.js": "11.10.0", "husky": "8.0.3", "is-ci": "4.1.0", "raw-loader": "4.0.2", "react-is": "18.2.0", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^6.0.0", "rehype-slug": "^5.1.0", "sass": "1.69.7", "vite": "5.4.10" }, "packageManager": "yarn@3.3.1", "msw": { "workerDirectory": "public" }, "engines": { "node": ">=18" } }