-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"name": "FloatingIsland",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^5.2.0",
"@nuxt/eslint": "^1.15.2",
"@pinia/nuxt": "^0.11.3",
"blurhash": "^2.0.5",
"lunar-javascript": "^1.7.7",
"markdown-it": "^14.1.1",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@types/markdown-it": "^14.1.2",
"daisyui": "^5.5.19",
"nuxt-lucide-icons": "^2.1.0",
"tailwindcss": "^4.2.4"
}
}