UNPKG

@areslabs/alita-core

Version:

alita-core

64 lines (63 loc) 1.71 kB
{ "name": "@areslabs/alita-core", "files": [ "lib", "mptemp", "rn-template", "rn-typescript-template", "package.json", "README.md" ], "keywords": [ "react", "react-native", "wechat-mini-program", "wechat", "weixin", "redux" ], "version": "2.6.4", "description": "alita-core", "main": "./lib/index.js", "scripts": { "test": "echo '正在补充测试用例。。。' && jest", "eslint": "eslint .", "fix": "eslint . --fix", "build:share": "babel ../shared --out-dir lib/_shared --extensions \".js,.ts\"", "build": "rm -fr lib && npm run build:share && babel src --out-dir lib --extensions \".js,.ts\"", "watch": "babel src --out-dir lib --extensions \".js,.ts\" --watch", "link": "npm run compiler && sudo npm link" }, "authors": [ "yankang (https://github.com/ykforerlang)", "liuyan (https://github.com/YvetteLau)" ], "license": "MIT", "dependencies": { "@areslabs/babel-plugin-alitamisc": "2.6.4", "@babel/code-frame": "^7.5.5", "@babel/core": "^7.1.2", "@babel/plugin-transform-regenerator": "^7.0.0", "@babel/traverse": "^7.1.6", "@babel/types": "^7.1.6", "babel-loader": "^8.0.6", "chalk": "^3.0.0", "colors": "^1.3.3", "commander": "^3.0.0", "copy-webpack-plugin": "^5.0.5", "deepmerge": "^4.2.2", "enhanced-resolve": "^4.1.1", "fs-extra": "^7.0.0", "getopts": "^2.2.3", "loader-utils": "^1.2.3", "webpack": "^4.41.2", "webpack-bundle-analyzer": "^3.6.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@babel/cli": "^7.8.3" }, "gitHead": "4af8073e27777ef473d452af0927f47b1999064f" }