-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
40
41
{
"name": "@aminoeditor/vue-config",
"version": "0.0.1",
"description": "Friendly Config Manager for Vue.js",
"main": "dist/vue-config.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.1",
"@rollup/plugin-commonjs": "^12.0.0",
"@vue/compiler-sfc": "^3.0.0-beta.14",
"bili": "^4.10.0",
"rollup": "^2.12.0",
"rollup-plugin-vue2": "^0.8.1",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"deepmerge": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminoeditor/vue-config.git"
},
"keywords": [
"vue",
"config",
"javascript"
],
"bugs": {
"url": "https://github.com/aminoeditor/vue-config/issues"
},
"homepage": "https://github.com/aminoeditor/vue-config#readme"
}