-
Notifications
You must be signed in to change notification settings - Fork 16
/
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"
},
"author": {
"name": "ashtonmeuser",
"email": "[email protected]"
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"normalize.css": "^8.0.0",
"object-assign": "^4.1.1",
"object-assign-deep": "^0.4.0",
"offline-plugin": "^5.0.5",
"promise-polyfill": "^8.1.0",
"vue-axios": "^2.1.4",
"vue-chartjs": "^3.4.0"
},
"devDependencies": {
"@poi/plugin-offline": "^10.0.1",
"dotenv": "^6.1.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"node-sass": "^4.9.3",
"poi": "^10.2.10",
"sass-loader": "^7.1.0",
"serve": "^10.0.2"
}
}