mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@vue/preload-webpack-plugin",
|
|
"version": "1.1.2",
|
|
"description": "A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support",
|
|
"author": "Addy Osmani <addy.osmani@gmail.com> (https://github.com/addyosmani)",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/preload-webpack-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/preload-webpack-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vuejs/preload-webpack-plugin.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"plugin",
|
|
"html-webpack-plugin",
|
|
"script",
|
|
"preload",
|
|
"resource hints"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --format=codeframe .",
|
|
"test": "npm run lint && jasmine test/unit/* test/e2e/index.js",
|
|
"coverage": "nyc npm run test",
|
|
"prepublishOnly": "npm run test"
|
|
},
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-vue-libs": "^2.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jasmine": "^3.1.0",
|
|
"jsdom": "^11.9.0",
|
|
"memory-fs": "^0.4.1",
|
|
"nyc": "^11.7.1",
|
|
"rimraf": "^2.6.2",
|
|
"webpack": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"html-webpack-plugin": ">=2.26.0",
|
|
"webpack": ">=4.0.0"
|
|
}
|
|
}
|