This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.83 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
{
"name": "primo-explore-search-bar-sub-menu",
"version": "1.0.14",
"description": "Add a nav bar underneath the search bar to provide additional links in the primo-explore UI.",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nyulibraries/primo-explore-search-bar-sub-menu.git"
},
"keywords": [
"primo-explore"
],
"author": "Barnaby Alter",
"license": "MIT",
"bugs": {
"url": "https://github.com/nyulibraries/primo-explore-search-bar-sub-menu/issues"
},
"homepage": "https://github.com/nyulibraries/primo-explore-search-bar-sub-menu#readme",
"devDependencies": {
"@babel/core": "7.5.0",
"@babel/preset-env": "7.5.0",
"angular": "1.8.0",
"angular-mocks": "1.6.3",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^5.1.1",
"jasmine-core": "^3.3.0",
"karma": "^6.1.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^4.0.0",
"puppeteer": "^1.13.0",
"raw-loader": "^3.1.0",
"rimraf": "^2.6.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"scripts": {
"test": "NODE_ENV=test yarn karma start --browsers=ChromeHeadless --single-run",
"test:chrome-debugger": "yarn karma start --browsers=Chrome --single-run=false --debug",
"build": "webpack --mode=production",
"prepare": "rimraf dist/* && yarn build",
"publish-dry-run": "yarn prepare && yarn pack --filename primo-explore-search-bar-sub-menu.tgz"
},
"optionalDependencies": {
"eslint": "^6.1.0",
"eslint-plugin-angular": "^4.0.1"
},
"resolutions": {
"minimist": "^0.2.1",
"ssri": "6.0.2"
}
}