This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 1,000,000+ packages pre-installed, including storybook-react-i18next
with all npm
packages installed. Try it out:
require("i18next/package.json"); // i18next is a peer dependency.
require("@storybook/preview-api/package.json"); // @storybook/preview-api is a peer dependency.
require("@storybook/components/package.json"); // @storybook/components is a peer dependency.
require("@storybook/types/package.json"); // @storybook/types is a peer dependency.
require("@storybook/manager-api/package.json"); // @storybook/manager-api is a peer dependency.
require("i18next-browser-languagedetector/package.json"); // i18next-browser-languagedetector is a peer dependency.
require("react-dom/package.json"); // react-dom is a peer dependency.
require("react-i18next/package.json"); // react-i18next is a peer dependency.
require("i18next-http-backend/package.json"); // i18next-http-backend is a peer dependency.
require("react/package.json"); // react is a peer dependency.
var storybookReactI18next = require("storybook-react-i18next")
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.