UNPKG

@mfalkenberg/react-live-ssr

Version:

A production-focused playground for live editing React code

98 lines (97 loc) 2.81 kB
{ "name": "@mfalkenberg/react-live-ssr", "version": "4.1.7", "description": "A production-focused playground for live editing React code", "main": "dist/index.js", "types": "dist/index.d.ts", "jsnext:main": "dist/index.mjs", "module": "dist/index.mjs", "license": "MIT", "scripts": { "storybook": "start-storybook -p 9001", "storybook:build": "build-storybook -o .out", "build": "tsup", "build:watch": "tsup --watch", "test": "jest", "prepublishOnly": "shx cp ../../README.md ./README.md && shx cp ../../LICENSE ./LICENSE && pnpm run build", "test:typings": "typings-tester --dir typings", "typecheck": "tsc --noEmit", "lint": "eslint --ext .js,.ts,.tsx src", "lint:fix": "eslint --ext .js,.ts,.tsx src --fix" }, "dependencies": { "prism-react-renderer": "^2.0.6", "sucrase": "^3.31.0", "use-editable": "^2.3.3" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "shx": "^0.3.4", "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.21.0", "@storybook/addon-controls": "^6.4.13", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/react": "^6.4.13", "@types/prismjs": "^1.26.0", "@types/react": "^18.0.31", "@types/styled-components": "^5.1.26", "babel-jest": "^27.0.6", "babel-loader": "^8.2.2", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "jest": "^27.0.6", "prismjs": "^1.26.0", "prop-types": "^15.7.2", "react": "^18.2.0", "react-docgen-typescript": "^2.2.2", "react-dom": "^18.2.0", "react-test-renderer": "^17.0.2", "styled-components": "^4.0.0-beta.8", "tsup": "^6.7.0", "typescript": "^4.9.5", "typings-tester": "^0.3.1", "webpack": "^5.76.3" }, "files": [ "packages/react-live/src", "lib", "dist", "react-live.css", "typings/react-live.d.ts" ], "author": "@FormidableLabs", "bugs": { "url": "https://github.com/philpl/react-live/issues" }, "repository": { "type": "git", "url": "https://github.com/FormidableLabs/react-live" }, "engines": { "npm": ">= 2.0.0", "node": ">= 0.12.0" }, "keywords": [ "react", "live", "live edit", "component playground", "react live" ], "jest": { "testEnvironment": "jsdom", "resetMocks": true, "rootDir": "./src", "testURL": "http://localhost/" }, "sideEffects": false }