-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 Bytes
/
package.json
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
{
"private": true,
"scripts": {
"build": "node image-updater.js && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prebuild:fetch-theme-color": "node public/js/fetch-theme-color.js"
},
"devDependencies": {
"@cloudcannon/visual-editor-connector": "^1.0.2",
"@nuxt/content": "^2.6.0",
"@nuxt/image": "^1.1.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.9.4",
"@types/node": "^18.15.12",
"luxon": "^3.3.0",
"nuxt": "^3.11.2",
"sass": "^1.63.2"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"axios": "^1.6.2",
"html-entities": "^2.4.0",
"json-to-pretty-yaml": "^1.2.2",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"marked": "^10.0.0",
"nuxt-swiper": "^1.2.2",
"recast": "^0.23.4",
"vue3-markdown-it": "^1.0.10"
},
"jampack":{
"css": {
"inline_critical_css": true
}
}
}