-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 952 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 952 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@capacitor/cli": "^4.8.0",
"autoprefixer": "^10.4.14",
"nuxt": "3.4.3",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@capacitor/core": "^4.8.0",
"@capacitor/device": "^4.1.0",
"@capacitor/network": "^4.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"chart.js": "^4.3.0",
"cheerio": "^1.0.0-rc.12",
"swiper": "^9.2.4",
"timeago.js": "^4.0.2",
"vue-chartjs": "^5.2.0",
"whois-light": "^1.1.7"
}
}