-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.22 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.22 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
{
"name": "react-component-data",
"version": "0.1.2",
"description": "React Component Data",
"main": "index.js",
"scripts": {
"build": "npm run build-library && npm run build-library-recursive",
"build-library": "NODE_ENV=production TYPE=library webpack --config webpack.config.js",
"build-library-recursive": "NODE_ENV=production TYPE=library RECURSIVE=1 webpack --config webpack.config.js",
"build-script": "NODE_ENV=production TYPE=script webpack --config webpack.config.js",
"prepublish": "npm run build"
},
"peerDependencies": {
"react": ">=0.12.0 <16.0.0"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"webpack": "^1.14.0"
},
"dependencies": {
"lodash": "^4.17.2",
"object-assign": "^4.1.0",
"promise-polyfill": "^6.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/gragland/react-component-data"
},
"author": "Gabe Ragland <gabe.ragland@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gragland/react-component-data/issues"
},
"keywords": [],
"homepage": "https://github.com/gragland/react-component-data"
}