-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 963 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 963 Bytes
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@pinia/nuxt": "^0.5.4",
"dayjs": "^1.11.13",
"eslint": "^9.10.0",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"vue": "latest",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"sass-embedded": "^1.78.0",
"tailwindcss": "^3.4.10"
}
}