forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.54 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sentry-docs",
"description": "Learn how to use Sentry, configure Sentry clients, and contribute to the open source project on GitHub",
"main": "src/index.html",
"scripts": {
"test": "bin/test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsentry/sentry-docs.git"
},
"author": "getsentry",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/getsentry/sentry-docs/issues"
},
"homepage": "https://docs.sentry.io/",
"dependencies": {
"@sentry/browser": "4.0.6",
"add": "^2.0.6",
"amplitude-js": "^4.4.0",
"babel-core": "^6.26.0",
"babel-jest": "22.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap": "4.1.1",
"fs-extra": "5.0.0",
"glob-promise": "^3.4.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-localstorage-mock": "^2.3.0",
"jquery": "3.2.1",
"lunr": "^2.3.1",
"popper.js": "1.12.9",
"query-string": "^6.1.0",
"snyk": "^1.106.0",
"url-parse": "^1.4.3",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.2",
"yarn": "^1.10.1"
},
"devDependencies": {
"prettier": "1.14.2",
"pretty": "^2.0.0"
},
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread"
]
},
"jest": {
"testPathIgnorePatterns": [
"/vendor/"
],
"testURL": "https://docs.sentry.io"
},
"snyk": true
}