-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev"
},
"dependencies": {
"@capacitor/app": "5.0.7",
"@capacitor/cli": "5.7.2",
"@capacitor/core": "5.7.2",
"@capacitor/haptics": "5.0.7",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"maz-ui": "^3.34.0",
"nuxt": "^3.10.3",
"particles.js": "^2.0.0",
"rxdb": "^15.12.0",
"rxjs": "^7.8.1",
"unique-names-generator": "^4.7.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.1.3",
"nuxt-icon": "^0.6.9",
"nuxt-svgo": "^4.0.0",
"tailwindcss": "^3.4.1"
},
"version": "0.0.0"
}