{
  "name": "@remax/one",
  "version": "2.15.14",
  "description": "Remax 小程序多端方案",
  "main": "./cjs/index.js",
  "esnext": "./esm/index.js",
  "module": "./esm/index.js",
  "typings": "./esm/index.d.ts",
  "scripts": {
    "clean": "rimraf cjs esm tsconfig.tsbuildinfo",
    "prebuild": "npm run clean",
    "build": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir cjs",
    "postbuild": "node ./scripts/postbuild.js",
    "test": "jest"
  },
  "repository": "git+https://github.com/remaxjs/remax.git",
  "license": "MIT",
  "resolutions": {
    "@types/react": "^16.9.33"
  },
  "devDependencies": {
    "@remax/types": "2.15.14",
    "@types/react": "^16.9.33",
    "@types/react-dom": "^17.0.5",
    "@types/react-test-renderer": "^16.9.1",
    "react": "^16.12.0",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.12.0"
  },
  "dependencies": {
    "@remax/ali": "2.15.14",
    "@remax/framework-shared": "2.15.14",
    "@remax/runtime": "2.15.14",
    "@remax/toutiao": "2.15.14",
    "@remax/web": "2.15.14",
    "@remax/wechat": "2.15.14",
    "clsx": "^1.1.0",
    "memoize-one": "^5.1.1",
    "react-autosize-textarea": "^7.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a3ec705c539da57c22d6ddab6b3b72c2fe2e93c2"
}
