-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.25 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",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@bootstrap-vue-next/nuxt": "^0.44.3",
"@intlify/unplugin-vue-i18n": "^11.0.7",
"@nuxt/eslint": "^1.15.2",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/robots": "^6.0.7",
"@nuxtjs/sitemap": "^8.0.13",
"@octokit/core": "^7.0.6",
"adm-zip": "^0.5.16",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.44.3",
"dot-object": "^2.1.5",
"highlight.js": "^11.11.1",
"marked": "^18.0.1",
"nuxt": "^4.3.1",
"nuxt-cname-generator": "^2.0.0",
"nuxt-link-checker": "^5.0.9",
"recaptcha-v3": "^1.11.3",
"sass": "^1.99.0",
"stylelint": "^17.8.0",
"vite-plugin-stylelint": "^6.1.0",
"vue-i18n": "^11.3.2"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.7",
"@iconify-json/heroicons": "^1.2.3",
"@types/adm-zip": "^0.5.8",
"@types/dot-object": "^2.1.6",
"@types/node": "^25.6.0",
"eslint": "^10.2.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^17.0.0"
}
}