-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
{
"name": "hagrid",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"bootstrap-touchspin": "^3.1.1",
"datatables": "^1.10.13",
"datatables.net": "^1.10.13",
"datatables.net-bs": "^1.10.13",
"jquery": "^3.1.1",
"jsx-loader": "^0.13.2",
"nouislider": "^9.1.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.3.1",
"react-promise": "^1.1.2",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"select2": "^4.0.3",
"toastr": "^2.1.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.11.1",
"bootstrap": "^3.3.7",
"bootstrap-touchspin": "^3.1.1",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"jquery": "^3.1.1",
"jquery.cookie": "^1.4.1",
"react": "^15.3.0",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.3.0",
"react-redux": "5.0.1",
"react-router": "3.0.0",
"react-router-redux": "4.0.7",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"toastr": "^2.1.2"
}
}