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 @strapi/helper-plugin
with all npm
packages installed. Try it out:
require("@strapi/design-system/package.json"); // @strapi/design-system is a peer dependency.
require("@strapi/icons/package.json"); // @strapi/icons is a peer dependency.
require("react/package.json"); // react is a peer dependency.
require("react-dom/package.json"); // react-dom is a peer dependency.
require("react-router-dom/package.json"); // react-router-dom is a peer dependency.
require("styled-components/package.json"); // styled-components is a peer dependency.
var helperPlugin = require("@strapi/helper-plugin")
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.