-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.02 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
{
"name": "sigesco",
"version": "0.1.0",
"private": true,
"author": "Pablo Tedesco",
"licencia": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tedesco8/SIGESCO.git"
},
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.0",
"chart.js": "^2.8.0",
"core-js": "^2.6.5",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.5",
"jwt-decode": "^2.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"sweetalert": "^2.1.2",
"vuetify": "^2.0.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}