2021-04-20 12:16:09 +00:00
|
|
|
{
|
|
|
|
"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",
|
2021-04-23 21:19:30 +00:00
|
|
|
"nuxt3": "latest",
|
2021-04-20 12:16:09 +00:00
|
|
|
"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",
|
2021-05-19 15:54:46 +00:00
|
|
|
"vite": "^2.3.3",
|
2021-05-24 11:03:42 +00:00
|
|
|
"vite-plugin-windicss": "^0.16.0",
|
|
|
|
"windicss": "^3.0.10",
|
|
|
|
"windicss-webpack-plugin": "^0.6.1"
|
2021-04-20 12:16:09 +00:00
|
|
|
}
|
|
|
|
}
|