1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-09 15:56:47 +01:00
elk/docs/package.json

19 lines
339 B
JSON
Raw Normal View History

2023-01-08 21:42:59 +00:00
{
"name": "elk-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview"
2023-01-08 21:42:59 +00:00
},
"dependencies": {
"theme-colors": "^0.0.5"
},
2023-01-08 21:42:59 +00:00
"devDependencies": {
"@nuxt-themes/docus": "^1.12.0",
2023-05-29 13:26:01 +01:00
"nuxt": "^3.5.2"
2023-01-08 21:42:59 +00:00
}
}