forked from formio/formio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.34 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
89
90
91
92
93
94
{
"name": "formio",
"version": "3.1.0-rc.4",
"description": "The formio server application.",
"license": "OSL-3.0",
"main": "index.js",
"scripts": {
"test": "env TEST_SUITE=1 mocha test/test.js -b -t 60000 --exit",
"start": "node main.js",
"start:dev": "nodemon main.js",
"lint": "eslint ."
},
"author": "support@form.io",
"engines": {
"node": ">=6.0.0"
},
"schema": "3.1.4",
"templateVersion": "2.0.0",
"dependencies": {
"@azure/ms-rest-nodeauth": "^3.1.1",
"@formio/node-fetch-http-proxy": "^1.1.0",
"@sendgrid/mail": "^7.7.0",
"JSONStream": "^1.3.5",
"adm-zip": "^0.5.9",
"async": "^3.2.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"chance": "^1.1.8",
"clone": "^2.1.2",
"colors": "^1.4.0",
"config": "^3.3.7",
"cors": "^2.8.5",
"csv": "^6.1.3",
"debug": "^4.3.4",
"delete-property": "0.0.4",
"eslint-config-formio": "^1.1.2",
"event-chain": "^0.0.1",
"expose-gc": "^1.0.0",
"express": "^4.18.2",
"fast-json-patch": "^3.1.1",
"formio-workers": "1.17.0-rc.2",
"formiojs": "4.15.0-rc.19",
"fs-extra": "^10.1.0",
"html-entities": "^2.3.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mailgun.js": "^8.0.1",
"memory-cache": "^0.2.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongodb": "^4.10.0",
"mongoose": "^6.6.5",
"nodemailer": "^6.8.0",
"nodemailer-mailgun-transport": "^2.1.5",
"nodemailer-mandrill-transport": "^1.2.0",
"nodemailer-sendgrid": "^1.0.3",
"progress": "^2.0.3",
"prompt": "^1.3.0",
"q": "^1.5.0",
"resourcejs": "^2.5.0",
"semver": "^7.3.8",
"superagent-retry": "^0.6.0",
"through": "^2.3.8",
"vanilla-text-mask": "^5.1.1",
"vm2": "^3.9.9"
},
"devDependencies": {
"eslint": "^8.25.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.20",
"pre-commit": "^1.2.2",
"superagent-use": "^0.1.0",
"supertest": "^6.3.0",
"supertest-capture-error": "^1.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio.git"
},
"keywords": [
"Form.io",
"nodejs"
],
"bugs": {
"url": "https://github.com/formio/formio/issues"
},
"homepage": "https://github.com/formio/formio#readme",
"pre-commit": [
"lint"
]
}