UNPKG

weex-nuke

Version:

基于 Rax 、Weex 的高性能组件体系 ~~

93 lines 2.47 kB
{ "name": "weex-nuke", "version": "2.1.14", "sideEffects": false, "main": "index.js", "description": "基于 Rax 、Weex 的高性能组件体系 ~~", "files": [ "README.md", "index.js", "components.json", "package.json", "variables.json", "lib", "src", "last-version.json", "dist", "docs" ], "keywords": [ "weex", "nuke", "rax", "component" ], "author": { "name": "doub", "email": "doub7boss@163.com" }, "scripts": { "build": "./node_modules/.bin/webpack --config ./webpack.config.js", "builtin": "./node_modules/.bin/webpack --config ./webpack.builtin.config.js", "builtin-min": "NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack.builtin.config.js", "factory": "./node_modules/.bin/webpack --config ./webpack.factory.config.js", "factory-min": "NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack.factory.config.js", "dist": "npm run builtin && npm run builtin-min && npm run factory && npm run factory-min && rm -rf __site", "sync": "nuke-bin sync src/sync.config.js && node ./bin/compiled_docs.js && node ./bin/prepare.js", "release": "nuke-bin release && nuke-bin notice", "stable": "nuke-bin tag stable", "beta": "nuke-bin tag beta", "dev": "nuke-bin tag dev" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "component-emitter": "^1.2.1", "hoist-non-react-statics": "^2.3.0", "qs": "^6.5.1", "rax-video": "^0.4.20", "universal-panresponder": "^0.4.20" }, "devDependencies": { "@alife/nuke-demo-helper": "^0.1.5", "babel-core": "^6.26.0", "babel-loader": "7.1.1", "babel-preset-env": "^1.6.1", "babel-preset-rax": "^0.6.4", "chalk": "^1.1.3", "fs-extra": "^6.0.1", "glob": "^7.0.3", "jsonfile": "^2.3.1", "rax-webpack-plugin": "0.6.2", "walk": "^2.3.13", "webpack": "^4.12.0", "webpack-cli": "^3.0.3" }, "peerDependencies": { "rax": ">0.4.x" }, "compatibility": { "qn": { "ios": "5.9.3", "android": "5.8.8" }, "tb": { "ios": "false", "android": "false" }, "tm": { "ios": "false", "android": "false" } }, "tnpm": { "mode": "npm" }, "overwriteVersion": "2.1.0", "license": "Apache-2.0", "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:nuke/weex-nuke.git" } }