-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "calendario",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"postinstall": "npm run build",
"start": "node server.js"
},
"dependencies": {
"axios": "^0.19.0",
"colortranslator": "^1.3.4",
"core-js": "^3.3.2",
"downloadjs": "^1.4.7",
"express": "^4.17.1",
"html2canvas": "^1.0.0-rc.5",
"moment": "^2.24.0",
"serve-static": "^1.14.1",
"v-click-outside": "^3.0.0",
"vue": "^2.6.10",
"vue-analytics": "^5.22.1",
"vue-awesome-swiper": "^3.1.3",
"vue-js-modal": "^1.3.31",
"vue-meta": "^2.4.0",
"vue-router": "^3.1.3",
"vue-scrollto": "^2.17.1",
"vuejs-datepicker": "^1.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"dotenv": "^10.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}