forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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": "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"
},
"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": {
"amplitude-js": "^4.4.0",
"babel-core": "^6.26.0",
"babel-jest": "22.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "4.1.1",
"fs-extra": "5.0.0",
"jquery": "3.2.1",
"lunr": "^2.3.1",
"popper.js": "1.12.9",
"query-string": "^6.1.0",
"raven-js": "^3.26.4",
"url-parse": "^1.4.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"devDependencies": {
"jest": "22.3.0",
"jest-cli": "22.3.0",
"prettier": "1.14.2",
"pretty": "^2.0.0"
},
"babel": {
"presets": [
"env"
]
},
"jest": {
"testPathIgnorePatterns": [
"/vendor/"
],
"testURL": "https://docs.sentry.io"
}
}