live-example
Version:
React live code preview
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "live-example",
"version": "2.1.2",
"description": "React live code preview",
"main": "./index.js",
"author": "mytecor",
"license": "MIT",
"homepage": "https://mytecor.github.io/live-example",
"repository": {
"type": "git",
"url": "git+https://github.com/mytecor/live-example"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"autoprefixer-stylus": "^1.0.0",
"babel-loader": "^8.2.2",
"babel-minify": "^0.5.1",
"css-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rmce": "^2.1.2",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.1",
"webpack": "^5.10.1",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react-error-boundary": "^3.1.0",
"sucrase-browser": "^3.16.0"
},
"scripts": {
"dev": "webpack s --mode=development",
"build": "webpack & babel ./src -d ./ & stylus -c ./src -o ./"
},
"keywords": [
"react",
"live",
"editor",
"prismjs",
"preview",
"jsx"
]
}