-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "react-give-back",
"version": "0.0.5",
"scripts": {
"build": "babel src --out-dir dist",
"watch": "babel src --watch --out-dir dist",
"prepublish": "npm run build"
},
"description": "a component to enable contributing to tilt campaign",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devonbl/react-give-back.git"
},
"author": "devonbl <devon.lindsey@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devonbl/react-give-back/issues"
},
"homepage": "https://github.com/devonbl/react-give-back#readme",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.13"
},
"peerDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"dependencies": {
"react-modal": "^1.4.0"
}
}