-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.5 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
47
48
49
50
51
{
"name": "dval-dev",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint .",
"cloudinary:list": "tsx --env-file-if-exists=.env scripts/list-cloudinary-folder.ts",
"album:scaffold": "tsx --env-file-if-exists=.env scripts/scaffold-album.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-brands-svg-icons": "^6.5.0",
"@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/pro-duotone-svg-icons": "^6.5.0",
"@fortawesome/pro-light-svg-icons": "^6.5.0",
"@fortawesome/pro-regular-svg-icons": "^6.5.0",
"@fortawesome/vue-fontawesome": "^3.0.0",
"dateformat": "^5.0.3",
"ko-co": "^1.5.1",
"phone-fns": "^3.2.3",
"photoswipe": "^5.4.4"
},
"devDependencies": {
"@nuxt/content": "^3.0.0",
"@nuxt/eslint": "^1.0.0",
"@nuxt/image": "^1.9.0",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/sitemap": "^7.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/typography": "^0.5.15",
"@vite-pwa/nuxt": "^0.10.0",
"better-sqlite3": "^11.0.0",
"cloudinary": "^2.9.0",
"eslint": "^9.0.0",
"nuxt": "^3.16.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"sass": "^1.80.0",
"tsx": "^4.21.0",
"typescript": "^5.6.0"
},
"resolutions": {
"serialize-javascript": "^7.0.5"
}
}