-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "bebo-react",
"version": "0.1.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config ./webpack.build.config.js",
"build:dev": "webpack --config ./webpack.dev.config.js",
"clean": "rimraf dist/*",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bebo/bebo-react.git"
},
"keywords": [
"bebo",
"react",
"beboSDK",
"wrapper"
],
"author": "Jonas Daniels",
"license": "MIT",
"bugs": {
"url": "https://github.com/bebo/bebo-react/issues"
},
"homepage": "https://github.com/bebo/bebo-react#readme",
"peerDependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"devDependencies": {
"react": "^15.0.0-0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"webpack": "^1.13.2",
"rimraf": "^2.5.1"
},
"dependencies": {
"hoist-non-react-statics": "^1.2.0"
}
}