forked from Lasteinsa/bsblmobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·84 lines (84 loc) · 2.49 KB
/
package.json
File metadata and controls
executable file
·84 lines (84 loc) · 2.49 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
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
{
"name": "bsblmobile",
"version": "0.0.1",
"private": true,
"description": "An Ionic project",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"resources": "capacitor-resources -p android"
},
"dependencies": {
"@capacitor/android": "3.4.1",
"@capacitor/app": "1.0.6",
"@capacitor/core": "^3.4.0",
"@capacitor/haptics": "1.1.3",
"@capacitor/keyboard": "1.1.3",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "1.0.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@ionic/vue": "^6.0.5",
"@ionic/vue-router": "^6.0.5",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^9",
"axios": "^0.24.0",
"capacitor-resources": "^2.0.5",
"core-js": "^3.6.5",
"nik-parser": "^1.0.1",
"postcss": "^7",
"swiper": "^6.8.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"uninstall": "^0.0.0",
"vee-validate": "^4.5.7",
"vue": "^3.2.29",
"vue-chart-3": "^3.0.9",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"yup": "^0.32.11"
},
"devDependencies": {
"@capacitor/cli": "3.3.2",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"fork-ts-checker-webpack-plugin-v5": "npm:fork-ts-checker-webpack-plugin@^5.0.11",
"typescript": "^4.3.5",
"vue-cli-plugin-tailwind": "~2.2.18",
"vue-jest": "^5.0.0-0",
"vue-loader-v16": "npm:vue-loader@^16.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-unused-vars": "off"
}
}
}