1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-27 14:28:10 +09:00
elk/docs/package.json

19 lines
340 B
JSON
Raw 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": {
2024-02-25 01:46:14 +09:00
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.10.3"
2023-01-09 06:42:59 +09:00
}
}