UNPKG

@aliemir/react-live

Version:

A production-focused playground for live editing React code

103 lines (102 loc) 2.99 kB
{ "name": "@aliemir/react-live", "version": "4.0.0", "description": "A production-focused playground for live editing React code", "private": false, "main": "dist/react-live.cjs.js", "typings": "./typings/react-live.d.ts", "jsnext:main": "dist/react-live.es.js", "module": "dist/react-live.es.js", "license": "MIT", "scripts": { "storybook": "start-storybook -p 9001", "storybook:build": "build-storybook -o .out", "prebuild:lib": "rm -rf lib/*", "prebuild": "yarn lint", "build": "rollup -c", "prepublishOnly": "npm run build", "test": "jest", "test:typings": "typings-tester --dir typings", "lint": "eslint --config .eslintrc \"./**/*.js\"" }, "dependencies": { "prism-react-renderer": "^1.3.1", "sucrase": "^3.29.0", "use-editable": "^2.3.3" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/eslint-parser": "^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", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-replace": "^3.0.0", "@storybook/addon-controls": "^6.4.13", "@storybook/react": "^6.4.13", "@types/react": "^17.0.38", "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", "eslint": "^8.7.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "jest": "^27.0.6", "prettier": "^2.5.1", "prismjs": "^1.26.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "rollup": "^2.55.1", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.5.4", "styled-components": "^4.0.0-beta.8", "typescript": "^2.9.2", "typings-tester": "^0.3.1" }, "files": [ "src", "lib", "dist", "react-live.css", "typings/react-live.d.ts" ], "author": "Phil Plückthun <phil@plckthn.me> (https://github.com/philpl)", "maintainers": [ "Ali Emir Sen <senaliemir@gmail.com>" ], "bugs": { "url": "https://github.com/philpl/react-live/issues" }, "repository": { "type": "git", "url": "git+https://github.com/philpl/react-live.git" }, "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 }