UNPKG

@stand/base

Version:
55 lines (54 loc) 1.47 kB
{ "name": "@stand/base", "version": "0.3.3", "description": "stand基类", "browser": "dist/base.umd.js", "main": "dist/base.cjs.js", "module": "dist/base.esm.js", "scripts": { "watch": "rollup -c -w", "serve": "serve -l tcp://0.0.0.0", "build": "rollup -c", "dev": "npm-run-all -p serve watch", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/stand-packs/base.git" }, "keywords": [ "stand", "base" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/stand-packs/base/issues" }, "homepage": "https://github.com/stand-packs/base#readme", "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.7.0", "@babel/plugin-transform-runtime": "^7.6.0", "@babel/preset-env": "^7.5.5", "babel-eslint": "^10.0.3", "babel-plugin-lodash": "^3.3.4", "eslint": "^6.3.0", "eslint-config-prettier": "^6.2.0", "eslint-plugin-prettier": "^3.1.0", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", "rollup": "^1.20.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^6.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.1.1", "serve": "^11.1.0" }, "dependencies": { "@babel/runtime-corejs3": "^7.6.0", "@stand/event": "^0.2.1", "lodash": "^4.17.15" } }