-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "onuxt-ionic",
"type": "module",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt generate && cap sync",
"postinstall": "nuxt prepare && nuxt generate",
"ionic:serve": "nuxt dev",
"ionic:build": "nuxt generate && cap sync",
"ios": "ionic cap run ios --livereload --external",
"android": "ionic cap run android --livereload --external",
"generate:icons": "@capacitor/assets generate --android --ios",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@capacitor/android": "6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"nuxt": "^3.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.0.0",
"@ionic/cli": "^7.2.0",
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/ionic": "^0.14.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/node": "^20.14.1",
"@vueuse/nuxt": "^10.10.0",
"eslint": "^9.4.0",
"typescript": "^5.4.5"
}
}