-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
55 lines (55 loc) · 1.29 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
{
"name": "vue-gates",
"version": "2.1.2",
"description": "A Vue.js/Nuxt.js package for Roles/Permissions",
"types": "index.d.ts",
"main": "dist/vue-gates.js",
"scripts": {
"build": "yarn rollup -c",
"lint": "eslint src/**",
"deploy": "yarn publish",
"docs": "docsify serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/williamcruzme/vue-gates.git"
},
"keywords": [
"Gates",
"Laravel",
"Nuxt.js",
"Permission",
"Permissions",
"Role",
"Roles",
"Vue Directive",
"Vue.js",
"Vue3",
"Vuex"
],
"author": "John Cruz <[email protected]>",
"license": "MIT",
"files": [
"dist",
"index.d.ts"
],
"bugs": {
"url": "https://github.com/williamcruzme/vue-gates/issues"
},
"homepage": "https://github.com/williamcruzme/vue-gates#readme",
"peerDependencies": {
"vue": "^2.0.0 || ^3.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.4.3",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.17.1",
"rollup": "^1.10.0"
}
}