-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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": "kip_ventory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nbv3/kip_ventory.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nbv3/kip_ventory/issues"
},
"homepage": "https://github.com/nbv3/kip_ventory#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"daterangepicker": "0.0.3",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-daterangepicker": "^3.2.2",
"react-datepicker": "^0.41.1",
"react-dom": "^15.4.2",
"react-file-input": "^0.2.5",
"react-paginate": "^4.1.1",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.1",
"react-select": "^1.0.0-rc.2",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.14.0"
}
}