-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@aminoeditor/vue-ace",
"version": "0.0.8",
"description": "Easily integrate Ace Editor into Vue.js",
"main": "dist/vue-ace.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 10",
"build": "rollup -c rollup.config.js"
},
"files": [
"dist/*"
],
"author": "Eric Uldall",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@rollup/plugin-commonjs": "^12.0.0",
"@vue/compiler-sfc": "^3.0.1",
"bili": "^4.10.0",
"rollup": "^2.31.0",
"rollup-plugin-vue2": "^0.8.1",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aminoeditor/vue-ace.git"
},
"keywords": [
"vue",
"prism",
"javascript"
],
"bugs": {
"url": "https://github.com/aminoeditor/vue-ace/issues"
},
"homepage": "https://github.com/aminoeditor/vue-ace#readme"
}