@vue-async/module-loader
Version:
Module Loader Core.
64 lines (63 loc) • 2 kB
JSON
{
"name": "@vue-async/module-loader",
"version": "3.2.2",
"author": "Hubert<yi.xiang@live.com>",
"description": "Module Loader Core.",
"main": "lib/index.js",
"umd:main": "dist/module-loader.umd.production.js",
"module": "esm/index.js",
"unpkg": "dist/module-loader.umd.production.js",
"jsdelivr": "dist/module-loader.umd.production.js",
"typings": "types/index.d.ts",
"keywords": [
"vue",
"vue-async",
"module-loader",
"async-module",
"async-loader",
"microfront"
],
"files": [
"dist",
"lib",
"esm",
"types"
],
"scripts": {
"serve:playground": "nuxt dev playground -p 7001",
"serve": "concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --outDir esm -watch\" \"yarn serve:playground\"",
"prebuild": "node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"build": "rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm",
"build:umd": "rollup --config",
"lint": "eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore",
"lint:fix": "eslint . --cache --fix --ignore-path=../../.eslintignore"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aceHubert/vue-async.git",
"directory": "packages/module-loader"
},
"bugs": {
"url": "https://github.com/aceHubert/vus-async/issues"
},
"dependencies": {
"@ace-util/core": "^0.1.0",
"warning": "^4.0.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@types/warning": "^3.0.0",
"nuxt": "^2.14.6"
},
"peerDependencies": {
"vue": "^2.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "355d961470a9fb3ec171c0fdd9c9dc61f8d4650e"
}