init commit
This commit is contained in:
24
ui/app/package.json
Normal file
24
ui/app/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "united-ops-ui",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue-flow/core": "^1.48.2",
|
||||
"pinia": "^3.0.4",
|
||||
"soleprint-ui": "link:../framework",
|
||||
"uplot": "^1.6.32",
|
||||
"vue": "^3.5",
|
||||
"vue-router": "^4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5",
|
||||
"typescript": "^5.7",
|
||||
"vite": "^6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user