-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 Bytes
/
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
{
"name": "sentry-web-vitals",
"version": "1.0.0",
"type": "module",
"main": "dist/sentry-web-vitals.umd.cjs",
"module": "dist/sentry-web-vitals.js",
"exports": {
".": {
"import": "./dist/sentry-web-vitals.js",
"require": "./dist/sentry-web-vitals.umd.cjs"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc && vite build",
"test": "vitest"
},
"devDependencies": {
"@sentry/browser": "^7.80.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
},
"dependencies": {
"web-vitals": "^3.5.0"
},
"license": "MIT",
"homepage": "https://github.com/ReiiYuki/sentry-web-vitals",
"author": "ReiiYuki"
}