-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "@alitajs/sentry",
"version": "2.0.0",
"description": "umi@4 plugin with sentry",
"main": "lib/index.js",
"scripts": {
"start": "cross-env APP_ROOT=example alita dev",
"app": "cross-env APP_ROOT=example alita build",
"dev": "father dev",
"build": "father build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alitajs/umi-plugin-sentry.git"
},
"keywords": [
"umi-plugin-sentry",
"sentry"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alitajs/umi-plugin-sentry/issues"
},
"peerDependencies": {
"umi": "4.x"
},
"homepage": "https://github.com/alitajs/umi-plugin-sentry#readme",
"dependencies": {
"@sentry/react": "^7.108.0",
"@sentry/webpack-plugin": "2.16.0"
},
"devDependencies": {
"@sentry/browser": "^7.108.0",
"@types/express": "^4.17.2",
"alita": "3.3.10",
"antd-mobile": "^5.35.0",
"cross-env": "^6.0.3",
"express": "^4.17.1",
"father": "^4.4.0"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
}
}