-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"android-generate": "nuxt build && nuxt generate && npx cap copy && cd android && ./gradlew assembleRelease",
"android-emuling": "nuxt build && nuxt generate && npx cap copy && npx cap run android --external"
},
"engines": {
"node": "18"
},
"dependencies": {
"@capacitor/android": "^5.2.2",
"@capacitor/cli": "^5.2.2",
"@capacitor/core": "^5.2.2",
"@capacitor/ios": "^5.2.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxt/devtools": "latest",
"@nuxt/types": "^2.17.1",
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/i18n": "^8.0.0-rc.1",
"@pinia/nuxt": "^0.4.11",
"@types/axios": "^0.14.0",
"@types/express": "^4.17.17",
"@types/node": "^18.17.1",
"@vueform/multiselect": "^2.6.3",
"@vueup/vue-quill": "^1.2.0",
"accesscontrol": "^2.2.1",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"cpf-cnpj-validator": "^1.0.3",
"deepcopy": "^2.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"express": "^4.18.2",
"flowbite": "^1.8.0",
"flowbite-datepicker": "^1.2.2",
"flowbite-vue": "^0.0.17-next.0",
"form-data": "^4.0.0",
"lodash.debounce": "^4.0.8",
"maska": "^2.1.10",
"moment": "^2.29.4",
"nuxt": "^3.6.5",
"object-to-formdata": "^4.5.1",
"perfect-scrollbar": "^1.5.5",
"pinia": "^2.1.6",
"postcss": "^8.4.27",
"qr": "^0.2.4",
"qrcode": "^1.5.3",
"sass": "^1.64.1",
"tailwindcss": "^3.3.3",
"v3-infinite-loading": "^1.3.1",
"vue-easy-lightbox": "^1.16.0",
"vue-router": "^4.2.4",
"vue-simple-password-meter": "^1.3.4",
"vue3-carousel": "^0.3.1",
"vue3-loading-overlay": "^0.0.0",
"vue3-perfect-scrollbar": "^1.6.1"
},
"type": "module",
"overrides": {
"vue": "latest"
}
}