Initial app
This commit is contained in:
parent
e9852f9179
commit
6bc3f0cf45
11 changed files with 1755 additions and 1 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "kanidm-up-pass",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.5.18",
|
||||
"vue-i18n": "^11.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"vite": "^5.4.19"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue