forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Sentry",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/getsentry/sentry.git"
},
"dependencies": {
"babel-core": "6.21.0",
"babel-gettext-extractor": "^2.0.0",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "6.20.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "3.3.5",
"classnames": "2.2.0",
"compression-webpack-plugin": "^0.3.0",
"crypto-js": "3.1.5",
"css-loader": "0.18.0",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"file-loader": "0.8.4",
"gettext-parser": "1.1.1",
"history": "1.13.0",
"ios-device-list": "^1.1.17",
"jed": "^1.1.0",
"jquery": "2.1.4",
"js-cookie": "2.0.4",
"json-loader": "0.5.3",
"less": "2.5.3",
"less-loader": "2.2.1",
"marked": "0.3.5",
"moment": "2.10.6",
"moment-timezone": "0.4.1",
"node-libs-browser": "0.5.3",
"platformicons": "0.1.1",
"po-catalog-loader": "^1.2.0",
"query-string": "2.4.2",
"raven-js": "3.9.1",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-addons-pure-render-mixin": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-addons-update": "15.3.2",
"react-bootstrap": "^0.29.5",
"react-document-title": "1.0.4",
"react-dom": "15.3.2",
"react-lazy-load": "3.0.10",
"react-router": "2.8.1",
"react-sparklines": "1.6.0",
"react-sticky": "5.0.4",
"reflux": "0.4.1",
"select2": "3.5.1",
"sprintf-js": "^1.0.3",
"style-loader": "0.12.4",
"u2f-api": "0.0.8",
"underscore": "1.8.3",
"url-loader": "0.5.6",
"webpack": "2.2.0",
"webpack-dev-middleware": "1.9.0"
},
"private": true,
"APIMethod": "stub",
"proxyURL": "http://localhost:8000",
"scripts": {
"test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run",
"test-watch": "node_modules/karma/bin/karma start tests/karma.conf.js",
"lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .jsx"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"chai": "3.4.1",
"enzyme": "2.4.1",
"eslint": "1.9.0",
"eslint-plugin-getsentry": "1.0.0",
"eslint-plugin-react": "3.11.2",
"karma": "0.13.22",
"karma-chai": "0.1.0",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.1",
"mocha": "2.3.4",
"phantomjs-prebuilt": "2.1.14",
"sinon": "1.17.2",
"sinon-chai": "2.8.0"
}
}