-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.91 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
{
"name": "CENTRAL_PACKAGE",
"version": "1.0.0",
"description": "",
"author": "",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"angular": "^1.6.10",
"angular-animate": "^1.6.10",
"angular-aria": "^1.6.10",
"angular-cookies": "^1.6.10",
"angular-material": "1.1.4",
"angular-mocks": "^1.6.10",
"angular-translate": "^2.19.0",
"angular-ui-router": "0.3.2",
"babel-plugin-transform-html-import-to-string": "^2.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^7.32.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-protractor": "^2.1.1",
"jasmine-core": "^3.10.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.4",
"karma-babel-preprocessor": "^8.0.1",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "0.0.31",
"protractor": "^7.0.0",
"puppeteer": "^10.4.0"
},
"dependencies": {
"lodash.uniqby": "^4.7.0",
"primo-explore-hathitrust-availability": "^2.7.0"
},
"scripts": {
"start": "npx gulp run --view CENTRAL_PACKAGE --browserify --proxy 'https://primo-test.lib.umn.edu' --saml --useScss",
"start-prod": "npx gulp run --view CENTRAL_PACKAGE --browserify --proxy 'https://primo.lib.umn.edu' --saml --useScss",
"start-qa": "npx gulp run --view CENTRAL_PACKAGE --browserify --proxy 'https://primo-qa.hosted.exlibrisgroup.com' --useScss",
"test": "BABEL_ENV=test karma start --singleRun",
"test-e2e": "webdriver-manager update --versions.chrome $(chromium --version | sed 's/^[^0-9]*\\([0-9.]*\\).*/\\1/') && protractor e2e-tests/protractor.conf",
"pkg": "npx gulp create-package --browserify --view CENTRAL_PACKAGE --useScss",
"gen-color-scheme": "npx gulp app-css --view CENTRAL_PACKAGE --proxy 'https://primo-test.lib.umn.edu'"
}
}