{
  "name": "nautil",
  "version": "0.51.19",
  "description": "Enterprise Level Business System Frontend Framework",
  "main": "index.js",
  "miniprogram": "miniprogram_dist",
  "scripts": {
    "clean": "rimraf dist miniprogram_dist dom lib native ssr web-component wechat index.js",
    "build": "npm run clean && npm run build:cjs && npm run build:wechat",
    "build:cjs": "cross-env NODE_ENV=production babel src --out-dir . --config-file ./.build/babel.config.js --keep-file-extension --copy-files",
    "build:wechat": "copyfiles -f src/wechat/components/dynamic/* miniprogram_dist/wechat/components/dynamic && cross-env NODE_ENV=production webpack --config .build/webpack.wechat.config.js",
    "dev": "webpack-dev-server --config .examples/dev/webpack.config.js",
    "postinstall": "node .scripts/files-for-wechat.js",
    "eslint": "eslint src --ext js,jsx"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tangshuang/nautil.git"
  },
  "keywords": [
    "javascript",
    "framework",
    "react"
  ],
  "author": "tangshuang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tangshuang/nautil/issues"
  },
  "homepage": "https://github.com/tangshuang/nautil#readme",
  "dependencies": {
    "@babel/runtime": "^7.16.7",
    "@types/react": "^17.0.11",
    "algeb": "^1.5.2",
    "immer": "^9.0.12",
    "react": "^17.0.2",
    "rxjs": "^7.5.5",
    "ts-fns": "^10.9.1",
    "tyshemo": "^12.3.2"
  },
  "optionalDependencies": {
    "@react-native-async-storage/async-storage": "^1.15.14",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/stack": "^6.2.1",
    "react-dom": "^17.0.2",
    "react-native": "^0.70.1",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-safe-area-context": "^3.4.1",
    "react-native-screens": "^3.13.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.14.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-transform-modules-commonjs": "^7.18.2",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.14.5",
    "@babel/preset-react": "^7.14.5",
    "ansi-html": "^0.0.9",
    "ansi-regex": "^6.0.1",
    "babel-loader": "^8.1.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "css-loader": "^4.3.0",
    "eslint": "^8.15.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.29.4",
    "glob-parent": "^6.0.2",
    "less": "^3.12.2",
    "less-loader": "^7.0.1",
    "prettier-eslint": "^14.0.2",
    "react-reconciler": "^0.26.2",
    "rimraf": "^3.0.2",
    "scheduler": "^0.20.2",
    "style-loader": "^1.2.1",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.7.2"
  }
}
