Skip to main content
Module

x/alita/packages/native/package.json

A React framework based on umi.
Go to Latest
File
{ "name": "@alita/native", "version": "3.0.5", "description": "alita native cli", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "cross-env APP_ROOT=example umi dev", "build": "pnpm tsc", "dev": "pnpm build --watch", "build:deps": "umi-scripts bundleDeps" }, "authors": { "name": "ashoka", "email": "savebtc11@gmail.com" }, "bugs": "https://github.com/alitajs/alita/issues", "homepage": "https://github.com/alitajs/alita/tree/master/packages/native#readme", "repository": { "type": "git", "url": "https://github.com/alitajs/alita" }, "publishConfig": { "access": "public" }, "dependencies": { "@alita/types": "3.0.2", "@umijs/utils": "4.0.5" }, "license": "MIT"}