-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 872 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
{
"name": "nuxt-content-template",
"description": "An opinionated template built for documentations and static websites.",
"author": "Shaun Chong <[email protected]>",
"license": "MIT",
"private": false,
"version": "1.2.3",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"clean": "nuxi cleanup"
},
"devDependencies": {
"@nuxt/content": "^2.7.0",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/tailwindcss": "^6.9.4",
"@tailwindcss/typography": "^0.5.10",
"nuxt": "^3.6.1",
"nuxt-seo-kit": "^1.3.9",
"rehype-mathjax": "^4.0.2",
"remark-math": "^5.1.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"@vueuse/core": "^10.7.2",
"@vueuse/motion": "^2.0.0"
}
}