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 0
/
package.json
54 lines (54 loc) · 1.73 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
{
"name": "primo-explore-google-analytics",
"version": "1.2.5",
"description": "Google Analytics for Primo NUI packages",
"main": "./dist/index.js",
"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-google-analytics.tgz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NYULibraries/primo-explore-google-analytics.git"
},
"keywords": [
"primo-explore"
],
"author": "Elliott Grieco",
"license": "MIT",
"bugs": {
"url": "https://github.com/NYULibraries/primo-explore-google-analytics/issues"
},
"homepage": "https://github.com/NYULibraries/primo-explore-google-analytics#readme",
"devDependencies": {
"@babel/core": "7.5.0",
"@babel/preset-env": "7.5.0",
"angular": "1.8.3",
"angular-mocks": "1.6.10",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "^5.1.1",
"follow-redirects": "1.14.8",
"jasmine-core": "^3.3.0",
"karma": "6.3.20",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "dev",
"puppeteer": "^5.4.1",
"raw-loader": "^3.1.0",
"rimraf": "^2.6.3",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"angulartics": "^1.6.0",
"angulartics-google-tag-manager": "^0.0.1"
}
}