-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
{
"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",
"prettier": "prettier --write ."
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tailwindcss/typography": "^0.5.16",
"@pinia/nuxt": "^0.11.0",
"dayjs": "^1.11.13",
"vue": "latest",
"vue3-youtube": "^0.1.9"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@nuxt/eslint": "^1.4.0",
"@nuxt/scripts": "^0.11.6",
"@nuxtjs/tailwindcss": "6.14.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vueuse/core": "^13.2.0",
"@vueuse/nuxt": "^13.2.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"nuxt": "^3.17.3",
"nuxt-purgecss": "^2.0.0",
"prettier": "^3.5.3",
"sass": "^1.89.0",
"sass-loader": "^16.0.5",
"vue-eslint-parser": "^10.1.3",
"wrangler": "^4.15.2",
"zod": "^3.24.4"
}
}