-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 3.09 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 3.09 KB
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
{
"name": "@microsoft/applicationinsights-react-js",
"version": "19.4.0",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/applicationinsights-react-js/issues"
},
"homepage": "https://github.com/microsoft/applicationinsights-react-js#readme",
"main": "dist/applicationinsights-react-js.js",
"module": "dist-esm/applicationinsights-react-js.js",
"types": "types/applicationinsights-react-js.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/applicationinsights-react-js"
},
"scripts": {
"postinstall": "node common/scripts/install-run-rush-silent.js update",
"build": "node common/scripts/install-run-rush.js rebuild --verbose",
"rebuild": "npm run build",
"test": "node common/scripts/install-run-rush.js test --verbose",
"mintest": "node common/scripts/install-run-rush.js mintest --verbose",
"lint": "node common/scripts/install-run-rush.js lint --verbose",
"perftest": "node common/scripts/install-run-rush.js perftest --verbose",
"rupdate": "node common/scripts/install-run-rush.js update --recheck --purge --full",
"serve": "grunt serve",
"setVersion": "node ./tools/release-tools/setVersion.js",
"setAiVersion": "node ./tools/release-tools/setAiVersion.js",
"purge": "node common/scripts/install-run-rush.js purge",
"fullClean": "git clean -xdf && npm install && rush update --recheck --full",
"fullCleanBuild": "npm run fullClean && npm run rebuild",
"ai-min": "node common/scripts/install-run-rush.js ai-min",
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
"gh-status": "node ./tools/status-tools/github-status.js",
"sample": "cd sample/applicationinsights-react-sample && npm install && npm run build",
"npm-package": "node ./tools/release-tools/npm-package.js"
},
"devDependencies": {
"@microsoft/rush": "5.172.1",
"@nevware21/grunt-eslint-ts": "^0.5.2",
"@nevware21/grunt-ts-plugin": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"archiver": "^5.3.0",
"connect": "^3.7.0",
"eslint": "^8.56.0",
"eslint-plugin-security": "^1.5.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-connect": "^5.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-string-replace": "^1.3.1",
"eventemitter2": "6.4.9",
"puppeteer": "^24.8.2",
"typedoc": "^0.26.6",
"typescript": "^4.9.5",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@nevware21/ts-utils": ">= 0.11.3 < 2.x",
"web-vitals": "^3.4.0"
},
"overrides": {
"basic-ftp": ">=5.2.0",
"form-data": "^2.5.5",
"tar": "^7.5.13",
"glob": "^9.3.5",
"lodash": "^4.18.1",
"minimatch": "^3.1.4"
}
}