-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·84 lines (84 loc) · 2.28 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "centric",
"description": "A programmable automation server",
"version": "0.13.1",
"author": {
"name": "Bryan Morris",
"email": "bryan@internalfx.com"
},
"repository": {
"type": "git",
"url": "https://github.com/internalfx/centric-server.git"
},
"bugs": {
"url": "https://github.com/internalfx/centric-server/issues"
},
"license": "Apache-2.0",
"preferGlobal": true,
"bin": {
"centric": "./bin/centric"
},
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.13.1",
"@internalfx/arangofs": "^0.1.6",
"@internalfx/substruct": "^5.0.4",
"@nuxtjs/apollo": "^4.0.1-rc.1",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/cli-shared-utils": "^4.4.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-server-koa": "^2.15.1",
"arangojs": "^6.14.1",
"await-lock": "^2.0.1",
"bcryptjs": "^2.4.3",
"chokidar": "^3.4.0",
"core-js": "3.6.5",
"cron-parser": "^2.15.0",
"cronstrue": "^1.95.0",
"graphql-tag": "^2.10.4",
"inquirer": "^7.3.2",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.10",
"nodemailer-direct-transport": "^3.3.2",
"numeral": "^2.0.6",
"nuxt": "^2.13.3",
"object-hash": "^2.0.3",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sao": "^1.7.1",
"shelljs": "^0.8.4",
"validate.js": "^0.13.1",
"velocity-animate": "^1.5.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vuex-map-fields": "^1.4.0",
"webpack": "^4.43.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.4.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-html": "6.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "6.2.2"
},
"peerDependencies": {
"graphql": "^14.5.8"
},
"resolutions": {
"graphql": "14.5.8"
}
}