-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.81 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@oarepo/invenio-oarepo-ui-vue",
"version": "1.4.1",
"main": "index.esm.js",
"license": "MIT",
"peerDependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"eslint-config-airbnb-base": "^13.1.0",
"rollup": "^1.14.6",
"sanitize-html": "^1.20.0",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.3.0",
"vue-runtime-helpers": "^1.0.1",
"vuex-class-modules": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-vue": "^2.0.2",
"bili": "^4.8.0",
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.2.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"glob": "^7.1.4",
"postcss": "^7.0.17",
"rollup-plugin-vue": "^5.0.0",
"set-value": "^2.0.1",
"vue-template-compiler": "^2.6.10"
},
"description": "Base Vue UI Components for OA Repository",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist; bili -c bili.config.js --plugins.vue --format esm && cp package.json dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oarepo/invenio-oarepo-ui-vue.git"
},
"keywords": [
"vuejs",
"ui",
"oarepo",
"invenio",
"components"
],
"author": "Miroslav Bauer <[email protected]>",
"bugs": {
"url": "https://github.com/oarepo/invenio-oarepo-ui-vue/issues"
},
"homepage": "https://github.com/oarepo/invenio-oarepo-ui-vue#readme"
}