25 lines
459 B
JSON
25 lines
459 B
JSON
{
|
|
"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",
|
|
"uplot": "^1.6"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6",
|
|
"vitest": "^2",
|
|
"vue-tsc": "^2",
|
|
"vite": "^6",
|
|
"@vitejs/plugin-vue": "^5"
|
|
}
|
|
}
|