-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"name": "zilong-tracker",
"description": "前端监控sdk",
"version": "1.0.1",
"files": [
"dist"
],
"main": "./dist/ZiLongTracker.js",
"module": "./dist/ZiLongTracker.mjs",
"browser": "./dist/ZiLongTracker.umd.js",
"scripts": {
"build:type": "tsc -p tsconfig.build.json",
"build:app": "vite build",
"build": "pnpm build:app && pnpm build:type",
"lint": "eslint --ext .js,ts --fix src/",
"format": "prettier . --write"
},
"keywords": [
"前端监控",
"错误监控",
"用户行为监控",
"性能监控",
"pv",
"uv"
],
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"dependencies": {
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"bowser": "^2.11.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"ua-parser-js": "^1.0.38",
"uuid": "^10.0.0",
"web-vitals": "^4.2.0"
}
}