forgeplus-react/node_modules/react-monaco-editor/package.json

96 lines
2.8 KiB
JSON

{
"_args": [
[
"react-monaco-editor@0.37.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-monaco-editor@0.37.0",
"_id": "react-monaco-editor@0.37.0",
"_inBundle": false,
"_integrity": "sha512-4fbmTIPOfEdmAlslYPVXt+TRSd975XwgfxuSEL32efjXQwTzPZWA/Wf5qn8nYBMl+Lfdhu1DGDTLE6CZ4UOjzw==",
"_location": "/react-monaco-editor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-monaco-editor@0.37.0",
"name": "react-monaco-editor",
"escapedName": "react-monaco-editor",
"rawSpec": "0.37.0",
"saveSpec": null,
"fetchSpec": "0.37.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.37.0.tgz",
"_spec": "0.37.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"authors": [
"Daniele Esposti <daniele.espsoti@gmail.com>",
"Dominik Moritz <domoritz@cs.washington.edu>",
"Leon Shi <superRaytin@gmail.com>"
],
"bugs": {
"url": "https://github.com/react-monaco-editor/react-monaco-editor/issues"
},
"dependencies": {
"@types/react": "^16.x",
"monaco-editor": "*",
"prop-types": "^15.7.2"
},
"description": "Monaco Editor for React",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"prettier": "^2.0.5",
"react": "^16.8.3",
"rimraf": "^3.0.2",
"typescript": "^3.9.6",
"typings-tester": "^0.3.2"
},
"homepage": "https://github.com/react-monaco-editor/react-monaco-editor",
"jsnext:main": "src/index.js",
"keywords": [
"monaco",
"editor",
"react",
"vscode"
],
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index",
"name": "react-monaco-editor",
"peerDependencies": {
"react": "^16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-monaco-editor/react-monaco-editor.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rimraf lib",
"format": "eslint --fix '{src,test,example}/**/*.{ts,js}'",
"lint": "eslint '{src,test,example}/**/*.{ts,js}'",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"preversion": "npm run lint",
"test": "npm run test:typescript",
"test:typescript": "typings-tester --dir test/typescript"
},
"types": "src/index.d.ts",
"version": "0.37.0"
}