forked from ais-one/cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"author": {
"name": "Aplicaciones Informáticas Domingo Alonso",
"email": "info@aidacanarias.com"
},
"version": "0.1.9",
"bugs": {
"url": "https://github.com/AIDAsoftware/vue-crud-x/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.clonedeep": "^4.5.0"
},
"deprecated": false,
"description": "A VueJS CRUD component which is customisable and extensible to suit more complex situations such as Nested CRUD, custom filters, using GraphQL or REST to access various datastores. Uses Vuetify for layout components but can be changed to alternatives such as ElementUI (by changing components in the VueCrudX source code from Vuetify to ElementUI)",
"devDependencies": {
"poi": "^9.6.13"
},
"homepage": "https://github.com/AIDAsoftware/vue-crud-x#readme",
"keywords": [
"vue",
"vuejs",
"vuetify",
"crud",
"pagination",
"sort",
"filter",
"graphql"
],
"license": "MIT",
"main": "dist/AidaVueCrudX.js",
"name": "aida-vue-crud-x",
"repository": {
"type": "git",
"url": "git+https://github.com/AIDAsoftware/vue-crud-x.git"
},
"scripts": {
"build": "poi build",
"clean": "rm package-lock.json && rm node_modules"
},
"publishConfig": {
"registry": "https://www.myget.org/F/aidacanarias/npm/"
}
}