-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 3.07 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "COOL",
"version": "5.0.5",
"description": "Cool website",
"scripts": {
"generate-build-version": "node generate-build-version",
"deploy": "npm run build && ./deploy.sh",
"deploywin": "npm run build && .\\deploywin.bat",
"serve": "vue-cli-service serve --fix",
"build": "npm run generate-build-version && vue-cli-service build",
"devall": "start cmd.exe cmd /k \"npm run serve\" && start cmd.exe cmd /k \"npm run lint\" && ( cd ../cool-api && npm run dev )",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --mode e2e",
"lint": "vue-cli-service lint --fix",
"ci": "vue-cli-service test:e2e --env API_URL=https://api-demo.daniel-avellaneda.com,ENV=ci --headless --config video=false",
"coverage": "nyc report --reporter=text-summary"
},
"dependencies": {
"@mdi/font": "^5.1.45",
"@vue/cli": "^4.3.1",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"date-fns": "^2.12.0",
"express": "^4.17.1",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"register-service-worker": "^1.7.1",
"remark-cli": "^8.0.0",
"tiny-timer": "^1.5.0",
"vee-validate": "^3.3.0",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-country-flag": "^1.3.1",
"vue-i18n": "^8.17.3",
"vue-meta": "^2.3.3",
"vue-quaggajs": "^1.0.12",
"vue-resize-text": "^0.1.1",
"vue-router": "^3.1.6",
"vuetify": "^2.2.22",
"vuetify-confirm": "^2.0.2",
"vuetify-datetime-picker": "^2.1.1",
"vuex": "^3.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^2.0.5",
"@kazupon/vue-i18n-loader": "^0.5.0",
"@vue/babel-preset-app": "^4.3.1",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-e2e-cypress": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-unit-mocha": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-formidable": "^4.0.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"faker": "^4.1.0",
"fibers": "^4.0.2",
"husky": "^4.2.5",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.0.1",
"prettier": "^2.0.4",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-i18n": "^0.6.1",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
},
"keywords": [
"vuejs",
"vue-router",
"vuex",
"vuetify",
"javascript",
"i18n",
"eslint",
"skeleton",
"async",
"starter",
"webapp",
"web",
"app",
"await",
"mvp",
"frontend",
"testing",
"prettier",
"cypress",
"mocha",
"chai"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davellanedam/vue-skeleton-mvp.git"
}
}