forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "Sentry",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/getsentry/sentry.git"
},
"dependencies": {
"babel-eslint": "^4.1.3",
"bootstrap": "^3.3.4",
"classnames": "^2.1.3",
"crypto-js": "^3.1.2-5",
"css-loader": "^0.18.0",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"history": "^1.9.1",
"jquery": "^2.1.3",
"json-loader": "^0.5.2",
"less": "^2.3.1",
"less-loader": "^2.2.1",
"marked": "^0.3.5",
"moment": "^2.10.5",
"moment-timezone": "^0.4.0",
"node-libs-browser": "^0.5.2",
"query-string": "^2.4.0",
"raven-js": "^1.3.0",
"react": "0.14.0",
"react-addons-pure-render-mixin": "0.14.0",
"react-addons-test-utils": "0.14.0",
"react-bootstrap": "^0.27.0",
"react-document-title": "^1.0.2",
"react-dom": "0.14.0",
"react-lazy-load": "1.0.5",
"react-router": "^1.0.0-rc3",
"react-sticky": "^3.0.0",
"reflux": "^0.3.0",
"select2": "^3.5.1",
"style-loader": "^0.12.4",
"underscore": "^1.8.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.10"
},
"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-core": "^5.6.15",
"babel-loader": "^5.2.2",
"chai": "^3.0.0",
"js-cookie": "^2.0.2",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.6",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.3",
"karma-webpack": "^1.7.0",
"platformicons": "0.0.7",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}