-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "ns-resources",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"export": "nuxt export",
"create-website": "nuxt generate",
"start": "nuxt start",
"vercel-build": "nuxt generate"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.17.0",
"prism-themes": "^1.9.0",
"remark-breaks": "^2.0.2",
"sass": "^1.69.5",
"sass-loader": "^10.4.1",
"vue-gtag": "^1.16.1",
"vue-tag": "^1.0.0",
"yaml": "^2.3.1",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@nuxt/cli": "^2.17.0",
"@nuxt/components": "^1.0.7",
"@nuxt/content": "^1.15.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/style-resources": "^1.0.0"
},
"keywords": [],
"author": "",
"license": "MIT"
}