UNPKG

remax

Version:

Remax 是一个全新的基于 React 的小程序开发框架

47 lines (46 loc) 1.15 kB
{ "name": "remax", "version": "2.15.14", "description": "Remax 是一个全新的基于 React 的小程序开发框架", "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./esm/index.d.ts", "bin": { "remax": "./bin/remax" }, "keywords": [ "react", "miniapp", "mini-program", "wechat" ], "license": "MIT", "bugs": { "url": "https://github.com/remaxjs/remax/issues" }, "repository": { "type": "git", "url": "git+https://github.com/remaxjs/remax.git" }, "homepage": "https://remaxjs.org", "scripts": { "prebuild": "rm -rf cjs esm", "build": "tsc", "build:cjs": "tsc --module CommonJS --outDir cjs", "prepack": "yarn build" }, "dependencies": { "@remax/ali": "2.15.14", "@remax/cli": "2.15.14", "@remax/macro": "2.15.14", "@remax/one": "2.15.14", "@remax/runtime": "2.15.14", "@remax/toutiao": "2.15.14", "@remax/types": "2.15.14", "@remax/web": "2.15.14", "@remax/wechat": "2.15.14", "mini-types": "^0.1.1", "miniprogram-api-typings": "^3.4.3" }, "gitHead": "a3ec705c539da57c22d6ddab6b3b72c2fe2e93c2" }