forked from TexasDigitalLibrary/Vireo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "vireo",
"private": false,
"version": "4.2.5",
"description": "Vireo 4",
"homepage": "https://github.com/TexasDigitalLibrary/Vireo",
"repository": {
"type": "git",
"url": "https://github.com/TexasDigitalLibrary/Vireo"
},
"license": "BSD-2-Clause",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"pretest": "npm run build",
"test": "karma start ./karma.conf.js --single-run --browsers ChromeHeadlessNoSandbox",
"pretest:ci": "npm run pretest",
"test:ci": "karma start ./karma.conf.js --no-auto-watch --single-run --browsers=ChromeHeadlessNoSandbox",
"clean": "wvr clean",
"build": "wvr build --clean"
},
"dependencies": {
"@wvr/core": "2.2.5",
"angular-ui-tinymce": "0.0.19",
"file-saver": "2.0.5",
"ng-csv": "0.3.6",
"ng-sortable": "1.3.8",
"ng-table": "3.1.0",
"tinymce": "5.10.7"
},
"overrides": {
"debug": "4.3.4",
"glob-stream": "^7.0.0",
"minimatch": "^3.1.2",
"qs": "^6.11.0"
}
}