UNPKG

turbox

Version:

Large-scale productivity application front-end framework

80 lines (79 loc) 2.35 kB
{ "name": "turbox", "version": "1.2.23", "description": "Large-scale productivity application front-end framework", "main": "./lib/index.js", "module": "./es/index.js", "types": "./index.d.ts", "keywords": [ "framework", "react", "redux", "react-redux", "mobx", "mobx-react", "vuex", "front-end", "turbox3d", "turbox", "alibaba", "taobao", "state-management" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "feifan <darknight3@vip.qq.com>", "license": "MIT", "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "dependencies": { "@turbox3d/reactivity": "^1.2.23" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-transform-modules-commonjs": "^7.6.0", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.6.3", "@babel/runtime": "^7.6.3", "@types/jest": "^24.0.19", "@types/node": "^12.11.5", "@types/react": "^16.9.14", "cross-env": "^6.0.3", "jest": "^24.9.0", "react": "^16.12.0", "react-dom": "^16.12.0", "ts-jest": "^24.1.0", "typescript": "^3.6.4" }, "files": [ "src/", "lib/", "es/", "index.d.ts", "typings" ], "repository": { "type": "git", "url": "git+https://github.com/turbox3d/turbox.git" }, "scripts": { "test": "npx jest --forceExit --coverage --verbose", "test:watch": "npm run test -- --watchAll", "build:ts": "rm -rf ts && tsc -target es2018 -declarationDir ./typings -types node -outDir ./ts", "build:es": "rm -rf es && npm run build:ts && npx babel ts --out-dir ./es", "build:lib": "rm -rf lib && npm run build:ts && cross-env BABEL_ENV=commonjs npx babel ts --out-dir lib", "build:watch": "tsc -w -target es2018 -declarationDir ./typings -types node -outDir ./ts & npx babel ts -w --out-dir es", "build:umd": "npx webpack --mode='development' -o dist/turbox.js", "build:umd:min": "npx webpack --mode='production' -o dist/turbox.min.js", "build:all": "npm run build:es && npm run build:lib && npm run build:umd && npm run build:umd:min" }, "bugs": { "url": "https://github.com/turbox3d/turbox/issues" }, "gitHead": "92ee37ded3e90896bd117b61adc66281beead936" }