mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 14:10:33 +03:00
feat: convert to ts (wip)
This commit is contained in:
+54
-85
@@ -1,55 +1,41 @@
|
||||
{
|
||||
"name": "vue-meta",
|
||||
"version": "2.3.3",
|
||||
"description": "Manage HTML metadata in Vue.js components with ssr support",
|
||||
"keywords": [
|
||||
"attribute",
|
||||
"google",
|
||||
"head",
|
||||
"helmet",
|
||||
"info",
|
||||
"metadata",
|
||||
"meta",
|
||||
"seo",
|
||||
"server",
|
||||
"ssr",
|
||||
"title",
|
||||
"universal",
|
||||
"vue"
|
||||
"description": "Manage HTML metadata in Vue.js components with SSR support",
|
||||
"main": "dist/vue-meta.common.js",
|
||||
"web": "dist/vue-meta.js",
|
||||
"module": "dist/vue-meta.esm.js",
|
||||
"typings": "types/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"types/*.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/nuxt/vue-meta",
|
||||
"bugs": "https://github.com/nuxt/vue-meta/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com/nuxt/vue-meta.git"
|
||||
"url": "git+https://github.com/nuxt/vue-meta.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Declan de Wet (@declandewet)"
|
||||
},
|
||||
{
|
||||
"name": "Sebastien Chopin (@Atinux)"
|
||||
},
|
||||
{
|
||||
"name": "Pim (@pimlie)"
|
||||
}
|
||||
"keywords": [
|
||||
"google",
|
||||
"head",
|
||||
"metadata",
|
||||
"meta",
|
||||
"seo",
|
||||
"ssr",
|
||||
"title",
|
||||
"universal",
|
||||
"vue"
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"types/*.d.ts"
|
||||
],
|
||||
"main": "dist/vue-meta.common.js",
|
||||
"web": "dist/vue-meta.js",
|
||||
"module": "dist/vue-meta.esm.js",
|
||||
"typings": "types/index.d.ts",
|
||||
"author": "Pim (@pimlie)",
|
||||
"scripts": {
|
||||
"build": "rimraf dist && rollup -c scripts/rollup.config.js",
|
||||
"coverage": "codecov",
|
||||
"dev": "cd examples && yarn dev && cd ..",
|
||||
"dev": "webpack-dev-server --mode=development",
|
||||
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
|
||||
"docs:build": "vuepress build docs",
|
||||
"lint": "eslint src test examples",
|
||||
"lint": "prettier -c --parser typescript \"{examples,src,test,e2e}/**/*.[jt]s?(x)\"",
|
||||
"prerelease": "git checkout master && git pull -r",
|
||||
"release": "yarn lint && yarn test && standard-version",
|
||||
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
|
||||
@@ -58,69 +44,52 @@
|
||||
"test:unit": "jest test/unit",
|
||||
"test:types": "tsc -p types/test"
|
||||
},
|
||||
"dependencies": {
|
||||
"deepmerge": "^4.2.2"
|
||||
"pperDependencies": {
|
||||
"vue": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/node": "^7.8.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@nuxtjs/eslint-config": "^2.0.2",
|
||||
"@vue/server-test-utils": "^1.0.0-beta.30",
|
||||
"@vue/test-utils": "^1.0.0-beta.30",
|
||||
"@vuepress/plugin-google-analytics": "^1.4.0",
|
||||
"@vuepress/plugin-pwa": "^1.4.0",
|
||||
"babel-core": "^7.0.0-bridge",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^25.2.3",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.0",
|
||||
"@types/webpack": "^4.41.16",
|
||||
"@types/webpack-env": "^1.15.2",
|
||||
"@vue/compiler-sfc": "^3.0.0-beta.14",
|
||||
"@vue/server-test-utils": "^1.0.3",
|
||||
"@vue/test-utils": "^1.0.3",
|
||||
"@wishy-gift/html-include-chunks-webpack-plugin": "^0.1.5",
|
||||
"browserstack-local": "^1.4.5",
|
||||
"chromedriver": "^80.0.1",
|
||||
"codecov": "^3.6.5",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jest": "^23.8.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"esm": "^3.2.25",
|
||||
"fs-extra": "^9.0.0",
|
||||
"chromedriver": "^83.0.0",
|
||||
"codecov": "^3.7.0",
|
||||
"geckodriver": "^1.19.1",
|
||||
"get-port": "^5.1.1",
|
||||
"hable": "3.0.0",
|
||||
"is-wsl": "^2.1.1",
|
||||
"jest": "^25.2.3",
|
||||
"jest-environment-jsdom": "^25.2.3",
|
||||
"jest-environment-jsdom-global": "^1.2.1",
|
||||
"jsdom": "^16.2.1",
|
||||
"html-webpack-plugin": "^4.3.0",
|
||||
"jest": "^26.0.1",
|
||||
"jest-environment-jsdom": "^26.0.1",
|
||||
"jest-environment-jsdom-global": "^2.0.2",
|
||||
"jsdom": "^16.2.2",
|
||||
"lodash": "^4.17.15",
|
||||
"node-env-file": "^0.1.8",
|
||||
"puppeteer-core": "^2.1.1",
|
||||
"prettier": "^2.0.5",
|
||||
"puppeteer-core": "^3.2.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.2.0",
|
||||
"rollup": "^2.11.2",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-json": "^4.0.0",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-terser": "^5.3.0",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"rollup-plugin-typescript2": "^0.27.1",
|
||||
"selenium-webdriver": "^4.0.0-alpha.5",
|
||||
"standard-version": "^7.1.0",
|
||||
"standard-version": "^8.0.0",
|
||||
"tib": "^0.7.4",
|
||||
"typescript": "^3.8.3",
|
||||
"vue": "^3.0.0-alpha.10",
|
||||
"ts-jest": "^26.1.0",
|
||||
"ts-loader": "^7.0.5",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.3",
|
||||
"vue": "next",
|
||||
"vue-jest": "^3.0.5",
|
||||
"vue-loader": "^15.9.1",
|
||||
"vue-router": "^3.1.6",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"vuepress": "^1.4.0",
|
||||
"vuepress-theme-vue": "^1.1.0",
|
||||
"webpack": "^4.42.1"
|
||||
"vue-loader": "^16.0.0-beta.2",
|
||||
"vue-router": "next",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-bundle-analyzer": "^3.8.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user