@pluginarch/create-parch
Version:
this is way to create a ui project
25 lines (24 loc) • 504 B
JSON
{
"name": "pwebui",
"version": "1.0.0",
"description": "",
"alias": "PWebui",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"build1": "father build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@pluginarch/plugin-arch-core": "^1.0.10",
"typescript": "^5.8.2",
"vite": "^6.2.1"
},
"dependencies": {
"tslib": "^2.8.1"
},
"sideEffects": ["src/index.ts"]
}