UNPKG

@pluginarch/create-parch

Version:

this is way to create a ui project

24 lines (23 loc) 484 B
{ "name": "runtimeexample", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "vite build", "build1": "father build" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@pluginarch/parch-core": "^1.0.1", "typescript": "^5.8.2", "vite": "^6.2.1" }, "dependencies": { "tslib": "^2.8.1" }, "sideEffects": ["src/index.ts"] }