16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-custom": "workspace:*",
|
|
"tsconfig": "workspace:*",
|
|
"vue": "^3.4.21"
|
|
}
|
|
}
|