-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.59 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
{
"name": "example-app",
"version": "1.0.0",
"private": true,
"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": "eslint .",
"fmt": "eslint . --fix"
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@capacitor/android": "^3.5.1",
"@capacitor/app": "1.1.1",
"@capacitor/core": "3.5.1",
"@capacitor/haptics": "1.1.4",
"@capacitor/ios": "^3.5.1",
"@capacitor/keyboard": "1.2.3",
"@capacitor/status-bar": "1.0.8",
"@ionic/vue": "^6.1.8",
"@ionic/vue-router": "^6.3.8",
"core-js": "^3.23.3",
"ionicons": "^6.0.1",
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-axios": "^3.5.2",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@capacitor/cli": "3.6.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^18.6.1",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-e2e-cypress": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.6",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.6",
"@vue/cli-plugin-unit-jest": "^5.0.4",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"@yarnpkg/pnpify": "^4.0.0-rc.10",
"autoprefixer": "^10.4.5",
"babel-jest": "^27.3.1",
"commitizen": "^4.2.4",
"cypress": "^9.6.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"husky": "^8.0.1",
"jest": "^27.3.1",
"jest-serializer-vue": "^2.0.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"tailwindcss": "^3.1.6",
"ts-jest": "^27.1.5",
"typescript": "^4.7.4",
"vite": "^2.9.18",
"vue-eslint-parser": "^9.0.3",
"vue-jest": "^3.0.7",
"vue-tsc": "^1.0.9"
},
"description": "example App",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}