mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
3f712f3d46
Co-authored-by: Renovate Bot <bot@renovateapp.com>
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "nu dev",
|
|
"vercel-build": "cd .. && yarn stub && cd docs && yarn build",
|
|
"build": "nu build",
|
|
"docs": "nu dev"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/kit": "^0.5.0",
|
|
"nuxt3": "^0.5.1",
|
|
"rehype-raw": "^5.1.0",
|
|
"rehype-stringify": "^8.0.0",
|
|
"remark": "^13.0.0",
|
|
"remark-parse": "^9.0.0",
|
|
"remark-rehype": "^8.1.0",
|
|
"unified": "^9.2.1",
|
|
"untyped": "^0.2.5",
|
|
"vite-plugin-windicss": "^0.15.7",
|
|
"windicss": "^2.5.14",
|
|
"windicss-webpack-plugin": "^0.3.3"
|
|
}
|
|
}
|