-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.77 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
{
"name": "matey-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --host matey.io",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"deploy": "npm run build && gcloud app deploy ",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"serve:local": "vue-cli-service serve",
"test:e2e:ci": "vue-cli-service test:e2e --headless",
"test:unit:cov": "vue-cli-service test:unit --coverage"
},
"dependencies": {
"apexcharts": "^3.10.1",
"axios": "^0.19.0",
"buefy": "^0.8.3",
"bulmaswatch": "^0.7.5",
"core-js": "^3.3.2",
"lodash": "^4.17.15",
"v-clipboard": "^2.2.2",
"vue": "^2.6.10",
"vue-apexcharts": "^1.5.1",
"vue-axios": "^2.1.4",
"vue-google-oauth2": "^1.4.0",
"vue-i18n": "^8.14.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.4.1",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-e2e-cypress": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-unit-jest": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "5",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"eslint-utils": "^1.4.2",
"jest-html-reporter": "^2.5.0",
"jest-junit": "^7.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-template-compiler": "^2.6.10"
}
}