phase 1
This commit is contained in:
23
ui/framework/package.json
Normal file
23
ui/framework/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "mpr-ui-framework",
|
||||
"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": "^3.5",
|
||||
"pinia": "^2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.6",
|
||||
"vitest": "^2",
|
||||
"vue-tsc": "^2",
|
||||
"vite": "^6",
|
||||
"@vitejs/plugin-vue": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user