This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
88 lines (88 loc) · 2.49 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
85
86
87
88
{
"name": "ProductServiceApi",
"description": "Service for directory listing for FlowzBuilder",
"version": "0.0.0",
"homepage": "",
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "Faizan Saiyed",
"email": "[email protected]"
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"test": "npm run eslint && npm run mocha",
"eslint": "eslint src/. test/. --config .eslintrc.json",
"start": "node src/",
"mocha": "mocha test/ --recursive"
},
"dependencies": {
"@feathersjs/errors": "^3.2.2",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"body-parser": "^1.17.2",
"cloudinary": "^1.11.0",
"compression": "^1.7.0",
"cors": "^2.8.3",
"css-loader": "^0.28.7",
"directory-tree": "^2.0.0",
"element-ui": "^2.0.8",
"feathers": "^2.1.7",
"feathers-configuration": "^0.4.1",
"feathers-errors": "^2.9.2",
"feathers-hooks": "^2.0.1",
"feathers-hooks-common": "^3.5.5",
"feathers-rest": "^1.7.4",
"feathers-rethinkdb": "^0.4.3",
"feathers-socketio": "^2.0.0",
"file-loader": "^1.1.5",
"file-system": "^2.2.2",
"flowz-error-handler": "0.0.3",
"flowz-subscription": "0.2.12",
"fs": "0.0.1-security",
"handlebars": "^4.0.11",
"helmet": "^3.6.1",
"html-to-pdf": "^0.1.11",
"lodash": "^4.17.4",
"mjml": "^3.3.5",
"mongoose": "^5.0.17",
"node-dir": "^0.1.17",
"path": "^0.12.7",
"rethinkdb": "^2.3.3",
"rethinkdb-job-queue": "^3.1.7",
"rethinkdbdash": "^2.3.31",
"rimraf": "^2.6.1",
"serve-favicon": "^2.4.3",
"shall": "^0.2.8",
"shell_exec": "^1.0.3",
"shelljs": "^0.7.8",
"shippo": "^1.3.1",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"uws": "^9.14.0",
"vue": "^2.5.11",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.10.0",
"winston": "^2.3.1",
"x2js": "^3.2.1"
},
"devDependencies": {
"eslint": "^4.3.0",
"mocha": "^3.4.2",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}