UNPKG

lego-core

Version:

web组件化前端框架, virtual-dom + ES6 + webpack + sass

76 lines (75 loc) 2.15 kB
{ "name": "lego-core", "version": "1.15.9", "description": "web组件化前端框架, virtual-dom + ES6 + webpack + sass", "main": "dist/lego.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node build/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/jlego/legojs.git" }, "keywords": [ "lego", "legojs", "lego-core" ], "author": "legojs", "license": "MIT", "bugs": { "url": "https://github.com/jlego/legojs/issues" }, "homepage": "https://github.com/jlego/legojs#readme", "devDependencies": { "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.8", "babel-plugin-external-helpers": "^6.18.0", "babel-plugin-syntax-async-generators": "^6.13.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "babelrc-rollup": "^3.0.0", "bluebird": "^3.5.0", "buble": "^0.14.2", "es6-promise-polyfill": "^1.2.0", "eslint": "^3.11.1", "fs": "0.0.1-security", "lodash": "^4.17.2", "promise-polyfill": "^6.0.2", "rollup": "^0.36.4", "rollup-plugin-alias": "^1.2.0", "rollup-plugin-async": "^1.2.0", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-buble": "^0.14.0", "rollup-plugin-commonjs": "^5.0.5", "rollup-plugin-flow-no-whitespace": "^1.0.0", "rollup-plugin-istanbul": "^1.1.0", "rollup-plugin-json": "^2.0.2", "rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-regenerator": "^0.3.0", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^1.0.1", "rollup-watch": "^2.5.0", "uglify-js": "^2.7.4", "webpack": "^2.2.1", "whatwg-fetch": "^2.0.1" }, "dependencies": { "core-decorators": "^0.14.0", "director": "^1.2.8", "events": "^1.1.1", "html5-history-api": "^4.2.8", "hyperx": "^2.3.0", "object.observe": "^0.2.6", "page": "^1.7.1", "virtual-dom": "^2.1.1" } }