init commit
This commit is contained in:
25
ui/framework/package.json
Normal file
25
ui/framework/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "soleprint-ui",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue-flow/core": "^1.48.2",
|
||||
"pinia": "^2.2",
|
||||
"uplot": "^1.6",
|
||||
"vue": "^3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5",
|
||||
"typescript": "^5.6",
|
||||
"vite": "^6",
|
||||
"vitest": "^2",
|
||||
"vue-tsc": "^2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user