-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "home-chore",
"private": true,
"type": "module",
"scripts": {
"setup": "scripts/dev-setup.sh",
"build": "nuxt build",
"dev": "nuxt dev",
"dev:secure": "nuxt dev --https --ssl-cert .ssl/localhost-ca.pem --ssl-key .ssl/localhost-key.pem",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@capacitor/action-sheet": "^5.0.7",
"@capacitor/core": "^5.7.4",
"@capacitor/device": "5.0.7",
"@capacitor/toast": "^5.0.7",
"@ionic/pwa-elements": "^3.2.2",
"@pinia/nuxt": "^0.5.1",
"firebase": "^10.10.0",
"nuxt": "^3.11.1",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@capacitor/cli": "5.7.4",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/ionic": "^0.13.1",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@prettier/plugin-pug": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vue/language-plugin-pug": "^2.0.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"pug": "^3.0.2",
"typescript": "^5.4.3"
}
}