-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --preset=cloudflare_module",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@pinia/nuxt": "^0.7.0",
"@vue-youtube/core": "^0.0.6",
"bulma": "^1.0.2",
"dayjs": "^1.11.13",
"vue": "latest"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.1",
"@nuxt/scripts": "^0.9.5",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.14.1592",
"nuxt-purgecss": "^2.0.0",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"wrangler": "^3.90.0",
"zod": "^3.23.8"
}
}