mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "admin",
|
|
"version": "1.0.0",
|
|
"description": "Administraion Interface for Gradido",
|
|
"main": "index.js",
|
|
"author": "Moriz Wahl",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3",
|
|
"vue": "^2.6.14"
|
|
}
|
|
}
|