forked from AppertaFoundation/openeyes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 921 Bytes
/
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
{
"license": "AGPL-3.0-only",
"devDependencies": {
"cypress-cloud": "^1.7.2",
"cypress-terminal-report": "*",
"chai": "^4.3.10",
"chai-string": "^1.5.0",
"cypress": "12.17.4",
"decomment": "^0.8.6",
"del": "^6.0.0",
"glob": "~7.0.3",
"gzip-js": "0.3.2",
"shellcheck": "*"
},
"dependencies": {
"@nesk/puphpeteer": "^2.0.0",
"cropper": "^2.3.4",
"fabric": "^3.6.6",
"jspdf": "2.5.1",
"lodash": "^4.17.4",
"mustache": "^4.2.0",
"pdfjs-dist": "^2.3.200",
"pickmeup": "~3.2.0",
"plotly.js-dist": "^1.53.0",
"puppeteer": "^2.1.0",
"signature_pad": "^3.0.0-beta.4",
"sortablejs": "~1.10.2",
"tinymce": "^4.8.2",
"video.js": "^7.7.5",
"worker-loader": "^3.0.7",
"ajv": "^6.12.6",
"webpack": "^5.0.0",
"object-hash": "2.2.0"
},
"scripts": {
"cy:run": "cypress run",
"cy:open": "cypress open"
}
}