react-kotlin-playground
Version:
React wrapper for kotlin playground
69 lines (68 loc) • 1.89 kB
JSON
{
"name": "react-kotlin-playground",
"version": "0.1.0-beta.14",
"author": "zoobestik <kb.chernenko@gmail.com>",
"description": "React wrapper for kotlin playground",
"license": "MIT",
"keywords": [
"react",
"kotlin",
"playground",
"component"
],
"homepage": "https://github.com/zoobestik/react-kotlin-playground#readme",
"bugs": {
"url": "https://github.com/zoobestik/react-kotlin-playground/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zoobestik/react-kotlin-playground.git"
},
"type": "module",
"types": "./index.d.ts",
"main": "./dist/index.cjs",
"exports": {
"import": "./es/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"scripts": {
"dist": "webpack --mode production --config webpack.cjs",
"lint": "eslint --cache --fix --ext .js,.mjs .",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run dist && npm run lint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,mjs}": "eslint --cache --fix",
"*.{css,md}": "prettier --write ."
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.6.5",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^6.0.0",
"lint-staged": "^10.1.3",
"prettier": "^2.0.4",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"@types/react": "^16.3.0",
"kotlin-playground": "^1.29.0",
"prop-types": "^15.7.2",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
}
}