-
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) · 824 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 824 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,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@babel/types": "^7.24.7",
"@highlightjs/vue-plugin": "^2.1.0",
"@mdi/font": "^7.4.47",
"@unhead/vue": "^1.9.14",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^10.11.0",
"d3-dsv": "^3.0.1",
"gtag": "^1.0.1",
"highlight.js": "^11.9.0",
"highlightjs": "^9.16.2",
"nuxt": "^3.12.2",
"nuxt-gtag": "^2.0.6",
"nuxt-highlightjs": "^1.0.3",
"roboto-fontface": "^0.10.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.30",
"vue-gtag": "^2.0.1",
"vue-highlight.js": "^3.1.0",
"vuetify": "^3.6.10"
}
}