-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "weedmobile",
"version": "1.10.100",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"format": "prettier src/components/ src/views/ --write"
},
"dependencies": {
"@capacitor/android": "^5.5.1",
"@capacitor/app": "^5.0.6",
"@capacitor/browser": "^5.1.0",
"@capacitor/camera": "^5.0.9",
"@capacitor/cli": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@capacitor/device": "^5.0.6",
"@capacitor/ios": "^5.0.4",
"@capacitor/local-notifications": "^5.0.7",
"@capacitor/preferences": "^5.0.2",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@ionic/pwa-elements": "^3.2.2",
"@mdi/font": "7.0.96",
"axios": "^1.6.2",
"core-js": "^3.34.0",
"dayjs": "^1.11.10",
"express": "^4.18.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"qrcode-vue3": "^1.6.8",
"roboto-fontface": "*",
"translatte": "^3.0.1",
"vue": "^3.4.0",
"vue-i18n": "9",
"vue-qrcode-component": "^2.1.1",
"vue-qrcode-reader": "^5.4.1",
"vue-router": "^4.2.5",
"vuetify": "^3.4.6",
"vuex": "^4.1.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "3.2.5",
"sass": "^1.69.5",
"vite": "^4.5.1",
"vite-plugin-vuetify": "^1.0.0"
}
}