forked from karolien/media-devtools-panel-react
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
29 lines (29 loc) · 879 Bytes
/
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
{
"//": [
"Set private to true since we are not going to use 'npm publish'",
"and this squashes the following warnings when running the",
"the command 'npm install':",
" npm WARN mjf-media-devtool No repository field.",
" npm WARN mjf-media-devtool No license field."
],
"private": true,
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^14.4.0",
"bundle-collapser": "^1.3.0",
"envify": "^4.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-json-view": "^1.12.0",
"react-simpletabs": "^0.7.0",
"react-table": "^6.8.2",
"react-virtualized": "^9.9.0",
"uglify-js": "^3.0.27",
"uglifyify": "^4.0.3",
"watchify": "^3.9.0"
},
"devDependencies": {}
}