-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-extend",
"version": "1.0.5",
"description": "react.js extend",
"author": "[email protected]",
"license": "Apache",
"main": "index.js",
"keywords": [
"inspireso",
"react-extend",
"react",
"extend"
],
"repository": {
"type": "git",
"url": "https://github.com/inspireso/react-extend.git"
},
"dependencies": {
"debug": "^2.6.0",
"prop-types": "^15.5.9",
"react": "^15.3.2"
},
"optionalDependencies": {
"react-router": "^4.1.2",
"bootstrap": "^3.3.7",
"bootstrap-daterangepicker": "^2.1.25",
"handlebars": "^4.0.10",
"jquery": "^2.2.3",
"typeahead.js": "^0.11.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.4.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"babel": {
"presets": [
"latest",
"stage-1",
"react"
],
"plugins": [
"transform-runtime"
]
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack -p",
"publish": "npm publish"
}
}