-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 980 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"fix": "prettier --write './**/*.{ts,vue,md}'",
"lib": "tsx lib/generated/index.ts"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.0.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.15.3",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"consola": "^2.15.3",
"date-fns": "^2.29.3",
"glob": "^9.3.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"jsdom": "^21.1.1",
"nuxt": "^3.3.3",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"rehype-highlight": "^6.0.0",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-external-links": "^9.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"tailwindcss": "^3.2.7",
"tsx": "^3.12.5"
}
}