init
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
bili.config.ts
0 → 100644
circle.yml
0 → 100644
example/index.js
0 → 100644
example/style.css
0 → 100644
package.json
0 → 100644
{ | |||
"name": "vue-monaco", | |||
"version": "0.3.1", | |||
"description": "MonacoEditor component for Vue.js", | |||
"repository": { | |||
"url": "egoist/vue-monaco", | |||
"type": "git" | |||
}, | |||
"main": "dist/vue-monaco.js", | |||
"module": "dist/vue-monaco.es.js", | |||
"files": [ | |||
"dist" | |||
], | |||
"scripts": { | |||
"test": "npm run lint && echo 'no tests!'", | |||
"lint": "xo", | |||
"prepublishOnly": "npm run build", | |||
"build": "bili", | |||
"example": "poi --serve", | |||
"build:example": "poi --prod" | |||
}, | |||
"author": "egoist <0x142857@gmail.com>", | |||
"license": "MIT", | |||
"dependencies": { | |||
"monaco-editor": "^0.20.0", | |||
"nano-assign": "^1.0.0" | |||
}, | |||
"devDependencies": { | |||
"bili": "^4.8.0", | |||
"eslint-config-rem": "^4.0.0", | |||
"eslint-plugin-prettier": "^3.1.0", | |||
"monaco-editor-webpack-plugin": "^1.7.0", | |||
"poi": "^12.2.14", | |||
"prettier": "^1.18.2", | |||
"vue": "^2.5.21", | |||
"vue-template-compiler": "^2.5.21", | |||
"xo": "^0.24.0" | |||
}, | |||
"xo": { | |||
"extends": [ | |||
"rem", | |||
"plugin:prettier/recommended" | |||
], | |||
"ignores": [ | |||
"example/**" | |||
], | |||
"envs": [ | |||
"browser" | |||
], | |||
"rules": { | |||
"unicorn/filename-case": 0 | |||
} | |||
} | |||
} |
poi.config.js
0 → 100644
src/MonacoEditor.js
0 → 100644
src/index.js
0 → 100644
vue-monaco.iml
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment