-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 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": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.11.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^25",
"@vite-pwa/nuxt": "^1.0.0",
"monaco-editor": "^0.32.1",
"nuxt": "^3.16.1",
"nuxt-headlessui": "^1.2.1",
"pinia": "^3.0.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"sass": "^1.93.0"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.3.0",
"@vueuse/nuxt": "^14.0.0",
"floating-vue": "^5.2.2",
"lz-string": "^1.5.0",
"nuxt-monaco-editor": "^1.2.3"
}
}