-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "node ./scripts/generate-sitemap.js && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/node": "^18",
"daisyui": "^3.5.1",
"nuxt": "^3.6.0",
"nuxt-disqus": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-scrollbar": "^3.0.5",
"typescript": "^5.1.6"
},
"dependencies": {
"@notionhq/client": "^2.2.11",
"@nuxt/image": "^1.3.0",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.0.2",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"node-html-parser": "^6.1.6",
"prismjs": "^1.29.0",
"vue-mathjax-next": "^0.0.4",
"vue-notion": "^3.0.0-beta.1"
}
}