-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
{
"name": "dashboard-for-mailgun",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/kmgalanakis/dashboard-for-mailgun.svg?branch=master)](https://travis-ci.org/kmgalanakis/dashboard-for-mailgun)",
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"bootstrap": "^4.0.0",
"chart.js": "^2.7.1",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.3",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.16",
"datatables.net-dt": "^1.10.16",
"daterangepicker": "^2.1.27",
"eslint": "^4.16.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"font-awesome": "^4.7.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.10",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^0.10.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmgalanakis/dashboard-for-mailgun.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmgalanakis/dashboard-for-mailgun/issues"
},
"homepage": "https://github.com/kmgalanakis/dashboard-for-mailgun#readme",
"directories": {
"test": "tests"
}
}