mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
6d216d1255
Co-authored-by: Renovate Bot <bot@renovateapp.com>
27 lines
618 B
JSON
27 lines
618 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": "latest",
|
|
"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": "^2.3.3",
|
|
"vite-plugin-windicss": "^0.16.0",
|
|
"windicss": "^3.0.10",
|
|
"windicss-webpack-plugin": "^0.6.1"
|
|
}
|
|
}
|