1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-27 06:18:07 +09:00
elk/docs/package.json

19 lines
343 B
JSON
Raw Permalink Normal View History

2023-01-09 06:42:59 +09: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-09 06:42:59 +09:00
},
"dependencies": {
2024-02-25 01:46:14 +09:00
"theme-colors": "^0.1.0"
},
2023-01-09 06:42:59 +09:00
"devDependencies": {
"@nuxt-themes/docus": "^1.15.1",
"nuxt": "^3.14.1592"
2023-01-09 06:42:59 +09:00
}
}