-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 KB
/
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
39
40
{
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"format": "prettier . -w"
},
"dependencies": {
"@deno/kv": "^0.8.3",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/robots": "^5.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"asciidoctor": "^3.0.4",
"dropbox": "^10.34.0",
"github-markdown-css": "^5.7.0",
"nuxt": "^3.13.0",
"nuxt-og-image": "^4.0.2",
"path-browserify": "^1.0.1",
"puppeteer": "^23.11.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@types/path-browserify": "^1.0.3",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"sass": "^1.79.5",
"tailwindcss": "^3.4.13"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}