forked from getsentry/sentry-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 713 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "sentry-plugins",
"version": "0.0.0",
"dependencies": {
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"compression-webpack-plugin": "^0.3.0",
"extract-text-webpack-plugin": "webpack/extract-text-webpack-plugin#cbd4690",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.4",
"node-libs-browser": "^0.5.2",
"uglify-js": "2.4.x",
"webpack": "^2.2.0-rc.3"
},
"private": true
}