123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "Sentry",
- "version": "0.0.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/getsentry/sentry.git"
- },
- "dependencies": {
- "bootstrap": "3.3.5",
- "classnames": "2.2.0",
- "crypto-js": "3.1.5",
- "compression-webpack-plugin": "^0.3.0",
- "css-loader": "0.18.0",
- "extract-text-webpack-plugin": "0.8.2",
- "file-loader": "0.8.4",
- "history": "1.13.0",
- "jed": "^1.1.0",
- "jquery": "2.1.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",
- "query-string": "2.4.2",
- "raven-js": "3.0.4",
- "react": "0.14.7",
- "react-addons-css-transition-group": "0.14.7",
- "react-addons-pure-render-mixin": "0.14.7",
- "react-addons-test-utils": "0.14.7",
- "react-addons-update": "0.14.7",
- "react-bootstrap": "0.28.3",
- "react-document-title": "1.0.4",
- "react-dom": "0.14.7",
- "react-lazy-load": "2.0.1",
- "react-router": "1.0.0",
- "react-sparklines": "1.5.0",
- "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.12.4"
- },
- "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.8.38",
- "babel-eslint": "5.0.0-beta9",
- "babel-gettext-extractor": "^1.0.2",
- "babel-loader": "5.3.3",
- "chai": "3.4.1",
- "enzyme": "^1.1.0",
- "eslint": "1.9.0",
- "eslint-plugin-getsentry": "1.0.0",
- "eslint-plugin-react": "3.11.2",
- "gettext-parser": "1.1.1",
- "js-cookie": "2.0.4",
- "karma": "0.13.19",
- "karma-chai": "0.1.0",
- "karma-mocha": "0.1.10",
- "karma-phantomjs-launcher": "0.1.4",
- "karma-sinon": "1.0.4",
- "karma-sourcemap-loader": "0.3.6",
- "karma-webpack": "1.7.0",
- "mocha": "2.3.4",
- "platformicons": "0.0.14",
- "po-catalog-loader": "^1.2.0",
- "sinon": "1.17.2",
- "sinon-chai": "2.8.0",
- "sprintf-js": "^1.0.3"
- }
- }
|