-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.27 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
{
"name": "@wvr/core",
"version": "2.2.7",
"description": "Weaver AngularJs Core Module",
"repository": " https://github.com/TAMULib/Weaver-UI-Core.git",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"private": false,
"bin": {
"wvr": "cli/weaverCli.js"
},
"scripts": {
"test": "karma start karma.conf.js --single-run",
"test:watch": "karma start karma.conf.js",
"test:ci": "karma start karma.conf.js --no-auto-watch --single-run --browsers=ChromeHeadless",
"start:registry": "verdaccio --config ./verdaccio-config.yaml",
"publish:local": "npm publish --registry http://localhost:4873",
"publish:registry": "npm publish --registry http://registry:4873",
"publish:next": "npm publish --tag next"
},
"dependencies": {
"@lhci/cli": "^0.11.0",
"angular": "^1.8.3",
"angular-loader": "^1.8.3",
"angular-messages": "^1.8.3",
"angular-mocks": "^1.8.3",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": "3.4.1",
"bootstrap-sass": "3.4.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"express": "^4.18.1",
"html5-boilerplate": "^8.0.0",
"https": "^1.0.0",
"jasmine-core": "^4.3.0",
"jasmine-promise-matchers": "2.6.0",
"jquery": "^3.6.0",
"jshint-stylish": "^2.2.1",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^2.1",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"lighthouse": "^9.6.4",
"lighthouse-badges": "^1.1.24",
"ng-file-upload": "^12.2.13",
"node-sass": "^7.0.1",
"protractor": "^7.0.0",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-extract-module-to-global": "^0.1.0"
},
"devDependencies": {
"shx": "^0.3.4",
"verdaccio": "^5.13.3"
},
"overrides": {
"glob-stream": "^7.0.0",
"minimatch": "^3.1.2",
"qs": "^6.11.0"
}
}