UNPKG

@code-editor/preview-pip

Version:

A Resizable Picture-in-Picture component.

76 lines (75 loc) 1.69 kB
{ "name": "@code-editor/preview-pip", "version": "0.0.2", "private": false, "description": "A Resizable Picture-in-Picture component.", "keywords": [ "Picture-in-Picture", "PIP", "PIP Window", "Resizable PIP", "Resizable", "Draggable" ], "author": "Itiel Maimon", "contributors": [ { "name": "Grida Inc", "email": "hello@grida.co", "url": "https://grida.co" }, { "name": "Universe", "email": "woojoo@softmarshmallow.com", "url": "https://softmarshmallow.com" } ], "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": "https://github.com/gridaco/designto-code", "dependencies": { "react-draggable": "^4.4.4", "react-resizable": "^3.0.4" }, "peerDependencies": { "@emotion/styled": "^11.3.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "scripts": { "clean": "rimraf dist", "prepack": "yarn clean && tsc", "start": "react-scripts start" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.14.7", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "typescript": "^4.4.4", "web-vitals": "^1.1.2" }, "publishConfig": { "access": "public" } }