135 lines
3.8 KiB
JSON
135 lines
3.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-live@2.2.3",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-live@2.2.3",
|
|
"_id": "react-live@2.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tpKruvfytNETuzO3o1mrQUj180GVrq35IE8F5gH1NJVPt4szYCx83/dOSCOyjgRhhc3gQvl0pQ3k/CjOjwJkKQ==",
|
|
"_location": "/react-live",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-live@2.2.3",
|
|
"name": "react-live",
|
|
"escapedName": "react-live",
|
|
"rawSpec": "2.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-live/-/react-live-2.2.3.tgz",
|
|
"_spec": "2.2.3",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Phil Plückthun",
|
|
"email": "phil@plckthn.me",
|
|
"url": "https://github.com/philpl"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/philpl/react-live/issues"
|
|
},
|
|
"dependencies": {
|
|
"buble": "0.19.6",
|
|
"core-js": "^2.4.1",
|
|
"dom-iterator": "^1.0.0",
|
|
"prism-react-renderer": "^1.0.1",
|
|
"prop-types": "^15.5.8",
|
|
"react-simple-code-editor": "^0.10.0",
|
|
"unescape": "^1.0.1"
|
|
},
|
|
"description": "A production-focused playground for live editing React code",
|
|
"devDependencies": {
|
|
"@storybook/addon-knobs": "^3.3.12",
|
|
"@storybook/react": "^3.3.12",
|
|
"@types/react": "^16.0.36",
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^22.2.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-transform-class-properties": "^6.23.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
|
"babel-preset-env": "^1.3.2",
|
|
"babel-preset-react": "^6.23.0",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-formidable": "^3.0.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-filenames": "^1.2.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"jest": "^22.2.1",
|
|
"prettier": "^1.17.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"rollup": "^0.55.3",
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
"rollup-plugin-commonjs": "^8.3.0",
|
|
"rollup-plugin-filesize": "^1.5.0",
|
|
"rollup-plugin-node-resolve": "^3.0.2",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"rollup-plugin-uglify-es": "^0.0.1",
|
|
"styled-components": "^4.0.0-beta.8",
|
|
"typescript": "^2.9.2",
|
|
"typings-tester": "^0.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12.0",
|
|
"npm": ">= 2.0.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"dist",
|
|
"react-live.css",
|
|
"typings/react-live.d.ts"
|
|
],
|
|
"homepage": "https://github.com/philpl/react-live#readme",
|
|
"jest": {
|
|
"rootDir": "./src",
|
|
"setupFiles": [
|
|
"../jest.setup.js"
|
|
],
|
|
"testURL": "http://localhost/"
|
|
},
|
|
"jsnext:main": "dist/react-live.es.js",
|
|
"keywords": [
|
|
"react",
|
|
"live",
|
|
"live edit",
|
|
"component playground",
|
|
"react live"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/react-live.cjs.js",
|
|
"module": "dist/react-live.es.js",
|
|
"name": "react-live",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/philpl/react-live.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint --config .eslintrc \"./**/*.js\"",
|
|
"prebuild:lib": "rm -rf lib/*",
|
|
"prepublishOnly": "npm run build",
|
|
"prettier": "prettier --config .prettierrc --write \"./**/*.{js,css,html}\"",
|
|
"storybook": "start-storybook -p 9001 -c .storybook",
|
|
"storybook:build": "build-storybook -c .storybook -o .out",
|
|
"test": "jest",
|
|
"test:typings": "typings-tester --dir typings"
|
|
},
|
|
"sideEffects": false,
|
|
"typings": "./typings/react-live.d.ts",
|
|
"version": "2.2.3"
|
|
}
|