forked from CCALI/a2jdat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
193 lines (193 loc) · 4.99 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "a2jdat",
"version": "9.0.1",
"description": "Authoring and viewer App GUI.",
"license": "GNU AGPL v3.0",
"author": {
"name": "Center for Computer-Assisted Legal Instruction (CALI)",
"url": "https://www.a2jauthor.org",
"email": "[email protected]"
},
"main": "a2jdat/server.stache!done-autorender",
"repository": {
"type": "git",
"url": "https://github.com/CCALI/A2JDAT"
},
"scripts": {
"test": "npm run lint:pdf && npm run mocha && npm run test:pdf",
"build": "babel src --out-dir lib --quiet",
"build:server": "steal-tools build",
"deploy": "npm install && npm run build && npm run build:server",
"build:dat-zip": "node ./bin/make-dat-package",
"start": "NODE_ENV=production node ./bin/www",
"dev": "npm run build && node ./bin/www",
"dev:debug": "npm run build && DEBUG=A2J:* node --inspect ./bin/www",
"mocha": "mocha test/routes test/util --require babel-register --exit",
"mocha:inspect": "node --inspect-brk node_modules/.bin/mocha test/routes test/util --require babel-register --exit",
"mocha:watch": "mocha test/routes test/util --require babel-register --watch",
"test:pdf": "npm run build && babel test --out-dir test-lib --quiet && ava --serial",
"lint:pdf": "standard src/*.js src/**/*.js --fix && standard test/**/*.js --fix --env mocha"
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.7",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"bootstrap": "^3.4.1",
"can-3-4-compat": "^1.0.0",
"can-ajax": "^1.3.0",
"can-component": "^4.2.4",
"can-compute": "^4.1.0",
"can-connect": "^2.1.0",
"can-construct": "^3.5.0",
"can-construct-super": "^3.2.0",
"can-control": "^4.2.0",
"can-define": "^2.8.0",
"can-dom-events": "^1.3.0",
"can-event-queue": "^1.1.7",
"can-globals": "^1.2.0",
"can-key": "^1.2.0",
"can-list": "^4.2.0",
"can-map": "^4.3.12",
"can-map-backup": "^4.0.0",
"can-map-compat": "^1.1.0",
"can-map-define": "^4.4.0",
"can-model": "^4.0.3",
"can-observation": "^4.1.0",
"can-observation-recorder": "^1.2.0",
"can-reflect": "^1.17.0",
"can-reflect-promise": "^2.1.0",
"can-route": "^4.3.5",
"can-route-pushstate": "^4.1.1",
"can-stache": "^4.17.21",
"can-stache-converters": "^4.2.5",
"can-stache-key": "^1.4.0",
"can-stache-route-helpers": "^1.1.1",
"can-util": "^3.12.0",
"can-validate-legacy": "^2.0.0",
"can-view-autorender": "^4.2.0",
"can-view-callbacks": "^4.4.1",
"can-view-import": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.3.5",
"core-js": "^2.5.3",
"cuid": "^2.1.6",
"del": "^2.2.0",
"done-autorender": "^2.4.3",
"done-css": "^3.0.1",
"done-ssr": "^2.1.6",
"express": "^4.0.0",
"feathers": "^2.2.4",
"feathers-rest": "^1.8.1",
"filenamify": "^1.2.0",
"fs-extra": "^4.0.3",
"he": "^0.5.0",
"helmet": "^3.21.1",
"joi": "^10.6.0",
"jquery": "^3.4.1",
"lodash": "^4.17.21",
"moment": "^2.10.3",
"morgan": "^1.9.1",
"muhammara": "^1.10.0",
"multer": "^1.3.0",
"node-html-parser": "^2.0.0",
"q": "^1.4.1",
"re2": "^1.17.4",
"request": "^2.69.0",
"serve-favicon": "^2.5.0",
"steal": "^2.2.4",
"steal-css": "^1.3.1",
"through2": "^2.0.1",
"url-regex-safe": "^3.0.0",
"util.promisify": "^1.0.0",
"uuid": "^3.1.0",
"wkhtmltopdf": "^0.3.4"
},
"devDependencies": {
"archiver": "^3.1.1",
"assert": "^1.3.0",
"ava": "^1.4.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.4.3",
"chalk": "^1.1.1",
"debug": "^2.6.9",
"grunt": "^1.4.1",
"grunt-cli": "^1.3.2",
"mocha": "^6.2.0",
"sinon": "^1.17.2",
"standard": "^10.0.3",
"steal-less": "^1.2.2",
"steal-stache": "^4.1.5",
"steal-tools": "^2.2.6",
"supertest": "^4.0.2"
},
"private": true,
"steal": {
"envs": {
"build": {
"map": {
"isAuthor": "isAuthor",
"can/util/util": "can/util/domless/domless"
}
},
"build-development": {
"map": {
"can/util/util": "can/util/util"
}
}
},
"plugins": [
"done-css",
"steal-less",
"steal-stache"
],
"map": {
"cuid": "cuid/dist/cuid"
},
"npmIgnore": [
"documentjs",
"testee",
"donejs-deploy",
"generator-donejs",
"donejs-cli",
"babel-cli"
],
"minify": true
},
"standard": {
"env": [
"mocha"
],
"ignore": [
"src/pdf/assets/checkmark-font-demo/*"
]
},
"ava": {
"files": [
"test-lib/pdf/**/*.js"
],
"sources": [
"lib/pdf/**/*.js"
],
"require": [
"babel-polyfill"
]
},
"babel": {
"presets": [
[
"env",
{
"useBuiltIns": "usage",
"targets": {
"node": "12"
}
}
]
]
},
"volta": {
"node": "16.14.1"
}
}