forked from ashtonmeuser/vue-cloudwatch-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"private": true,
"name": "vue-cloudwatch-dashboard",
"productName": "CloudWatch Dashboard",
"description": "A dashboard to display AWS CloudWatch metrics built with Vue.",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "poi",
"build": "poi build",
"serve": "serve dist --single"
},
"author": {
"name": "ashtonmeuser",
"email": "[email protected]"
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"normalize.css": "^7.0.0",
"object-assign": "^4.1.1",
"object-assign-deep": "^0.4.0",
"offline-plugin": "^5.0.3",
"promise-polyfill": "^6.0.2",
"vue-axios": "^2.1.1",
"vue-chartjs": "^3.3.1"
},
"devDependencies": {
"@poi/plugin-offline": "^10.0.0",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-vue": "^4.5.0",
"node-sass": "^4.9.0",
"poi": "^10.1.6",
"sass-loader": "^7.0.1",
"serve": "^6.5.6"
}
}