-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "plugin_sentry",
"version": "6.2.0",
"description": "Track SFRA client side exceptions to Sentry, and log server side exceptions optionally.",
"main": "index.js",
"scripts": {
"test": "sgmf-scripts --test test/unit/**/*.js",
"lint": "sgmf-scripts --lint js",
"lint:isml": "./node_modules/.bin/isml-linter",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge lib_sentry && sgmf-scripts --uploadCartridge plugin_sentry",
"compile:js": "sgmf-scripts --compile js",
"build": "npm run compile:js",
"watch": "sgmf-scripts --watch",
"prepare": "husky install"
},
"repository": {
"url": "https://github.com/taurgis/link_sentry"
},
"license": "MIT License",
"author": {
"email": "[email protected]",
"name": "Thomas Theunen",
"url": "https://www.thomastheunen.eu"
},
"devDependencies": {
"app-module-path": "2.2.0",
"chai": "4.3.6",
"chai-subset": "1.6.0",
"eslint": "8.26.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-sitegenesis": "1.0.0",
"husky": "8.0.1",
"isml-linter": "5.40.3",
"mocha": "10.1.0",
"proxyquire": "2.1.3",
"sgmf-scripts": "2.4.2",
"sinon": "14.0.1"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
},
"dependencies": {
"@sentry/browser": "7.16.0",
"@sentry/tracing": "7.16.0"
}
}