@nuxt/loading-screen
Version:
[![Github Actions CI][github-actions-src]][github-actions-href] [![Standard JS][standard-js-src]][standard-js-href] [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![package phobia][package-ph
35 lines (34 loc) • 817 B
JSON
{
"name": "@nuxt/loading-screen",
"version": "2.0.4",
"repository": "nuxt/loading-screen",
"license": "MIT",
"main": "lib/module.js",
"files": [
"lib",
"app-dist"
],
"scripts": {
"build": "yarn poi --prod",
"lint": "eslint --ext .vue,.ts,.js .",
"test": "yarn lint",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"dependencies": {
"connect": "^3.7.0",
"defu": "^5.0.0",
"get-port-please": "^2.2.0",
"node-res": "^5.0.1",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"eslint": "latest",
"poi": "latest",
"standard-version": "latest",
"unfetch": "latest",
"vue": "latest",
"vue-template-compiler": "latest"
}
}