UNPKG

maxilo-vue

Version:

maxilo web framework.

53 lines (52 loc) 1.79 kB
{ "name": "maxilo-vue", "version": "3.0.7-beta14", "description": "maxilo web framework.", "main": "dist/main.min.js", "scripts": { "build-full": "rollup -c --environment TARGET:full", "build": "rollup -c --environment TARGET:runtime", "build-out-full": "rollup -c --environment TARGET:full --environment OUT:1", "build-out": "rollup -c --environment TARGET:runtime --environment OUT:1", "build-all": "npm run build && npm run build-full && npm run build-out && npm run build-out-full" }, "keywords": [ "vue", "maxilo" ], "author": "maxilo", "license": "MIT", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-flow-strip-types": "^7.8.3", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/runtime-corejs3": "^7.4.5", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-json": "^4.1.0", "@vue/babel-preset-jsx": "^1.1.2", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-flow-no-whitespace": "^1.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-uglify": "^6.0.4", "rollup-plugin-vue2": "^0.8.1" }, "dependencies": { "axios": "^0.18.0", "rollup": "^2.23.0", "vee-validate": "^3.3.8", "vue": "^2.5.16", "vue-i18n": "^7.6.0", "vue-router": "^3.4.5", "vuex": "^3.0.1" }, "_from": "maxilo-vue@1.0.5", "_resolved": "http://registry.npm.taobao.org/maxilo-vue/download/maxilo-vue-1.0.5.tgz" }