-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.92 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
{
"name": "com.benoiteirik.theochrone",
"version": "2.1.0",
"description": "Le Théochrone, un calendrier liturgique perpétuel selon le rit tridentin (missel de 1962).",
"productName": "Theochrone",
"author": "BenoitEirik <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"ionic:build": "pnpm run generate",
"ionic:serve": "pnpm run dev",
"cap:android-icon": "pnpm exec capacitor-assets generate --android --assetPath \"resources\" --iconBackgroundColor \"#ffffff\" --iconBackgroundColorDark \"#ffffff\"",
"test": "pnpm vitest run"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/browser": "^6.0.2",
"@capacitor/core": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/network": "^6.0.2",
"@capacitor/preferences": "^6.0.2",
"@capacitor/screen-orientation": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capacitor/text-zoom": "^6.0.2",
"@pinia/nuxt": "^0.5.3",
"@popperjs/core": "^2.11.8",
"jsdom": "^25.0.0",
"nuxt": "^3.12.4",
"nuxt-swiper": "^1.2.2",
"sass": "^1.77.8",
"v-calendar": "^3.1.2",
"v-wave": "^2.0.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@indielayer/ui": "^1.8.4",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.14",
"@vue/test-utils": "^2.4.6",
"@vuepic/vue-datepicker": "^8.8.1",
"@vueuse/core": "^10.11.1",
"autoprefixer": "^10.4.20",
"floating-vue": "^5.2.2",
"nuxt-icon": "^0.6.10",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vitest": "^2.1.1"
}
}