-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 893 Bytes
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
{
"name": "juno-notebook-controls",
"version": "0.0.2",
"description": "",
"author": "Chris Helm",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/timbri-io/juno-notebook-controls.git"
},
"keywords": [
"react"
],
"scripts": {
"prepublish": "NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack": "^1.12.14"
},
"dependencies": {
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0"
},
"peerDependencies": {
"react": "15.x",
"react-dom": "15.x"
}
}