You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
286 B
16 lines
286 B
{
|
|
"name": "doc-init",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content-theme-docs": "^0.11.0",
|
|
"mermaid": "^8.14.0",
|
|
"nuxt": "^2.15.8"
|
|
}
|
|
}
|