-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.07 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 2.07 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"private": true,
"scripts": {
"build": "NODE_ENV='production' gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"bootstrap-sass": "^3.0.0",
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0"
},
"name": "new-monitor",
"description": "[](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework)",
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"author": "",
"license": "ISC",
"dependencies": {
"animate.css": "^3.5.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"bootstrap": "^3.3.7",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-progressbar": "^0.9.0",
"bootstrap-sass": "^3.3.7",
"datatables.net": "^1.10.11",
"datatables.net-bs": "^1.10.11",
"datatables.net-buttons": "^1.1.2",
"datatables.net-buttons-bs": "^1.1.2",
"datatables.net-fixedheader": "^3.1.1",
"datatables.net-fixedheader-bs": "^3.1.1",
"datatables.net-keytable": "^2.1.1",
"datatables.net-responsive": "^2.0.2",
"datatables.net-responsive-bs": "^2.0.2",
"datatables.net-scroller": "^1.4.1",
"datatables.net-scroller-bs": "^1.4.1",
"echarts": "^3.4.0",
"font-awesome": "^4.7.0",
"fontawesome": "^4.7.0",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"select2": "^4.0.3",
"select2-bootstrap-theme": "0.1.0-beta.9"
}
}