-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
72 lines (72 loc) · 2.24 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
{
"name": "vellum",
"version": "1.6.0",
"description": "A JavaRosa XForms designer",
"authors": [
"Dimagi <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/dimagi/Vellum",
"keywords": [
"XForms"
],
"repository": {
"type": "git",
"url": "https://github.com/dimagi/Vellum.git"
},
"dependencies": {
"@bracken/require-less": "0.1.6",
"at.js": "1.5.4",
"Caret.js": "INTELOGIE/Caret.js#0.3.1",
"XMLWriter": "dimagi/XMLWriter#master",
"bootstrap": "3.4.1",
"codemirror": "5.61.1",
"fuse.js": "2.7.4",
"jquery": "3.6.0",
"jsdiff": "components/jsdiff#master",
"jstree": "3.3.11",
"jstree-actions": "0.2.1",
"langcodes": "dimagi/langcodes#master",
"markdown-it": "12.3.2",
"require-css": "0.1.10",
"requirejs": "2.3.7",
"requirejs-plugins": "1.0.2",
"requirejs-text": "2.0.16",
"requirejs-undertemplate": "dimagi/requirejs-tpl#v0.0.6",
"underscore": "1.13.1",
"xpath": "dimagi/js-xpath#v0.0.8",
"xrayquire": "npm:xrayquire-for-npm#^0.1.1"
},
"devDependencies": {
"chai": "4.2.0",
"csso": ">=1.3.11",
"equivalent-xml-js": "dimagi/equivalent-xml-js#v0.1.0",
"http-server": "^14.1.0",
"jshint": "^2.13.6",
"less": "2",
"minimist": "^1.2.8",
"mocha": "10.2.0",
"mocha-headless-chrome": "4.0.0"
},
"main": "src/main.js",
"scripts": {
"testserver": "http-server -p ${VELLUM_PORT:-8088}",
"test:mocha": "node_modules/mocha-headless-chrome/bin/start -f http://localhost:${VELLUM_PORT:-8088}/?useBuilt=true -t 500000",
"test:lint": "jshint src && jshint --config tests/.jshintrc tests",
"test": "npm run test:mocha && npm run test:lint"
},
"resolutions": {
"ansi-regex": "^4.1.1",
"async": "^3.2.2",
"getobject": "^1.0.0",
"grunt": "^1.3.0",
"json-schema": "^0.4.0",
"lodash": "^4.17.19",
"mime": "^1.4.1",
"minimatch": "^3.0.2",
"qs": "^6.0.4",
"request": "^2.88.2",
"set-value": "^4.0.1",
"ws": "^5.2.3"
}
}