From f189ae7554c092f9336ed58dfdf5afe69f83363e Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Tue, 2 Apr 2024 12:38:55 -0700 Subject: [PATCH] Update package.json --- docs/package.json | 58 +++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/docs/package.json b/docs/package.json index 9004f05d..c23b9bfa 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,32 +1,30 @@ { - "name": "@vue-select/docs", - "version": "1.0.0", - "license": "MIT", - "scripts": { - "serve": "vuepress dev", - "build": "vuepress build", - "build:preview": "cross-env vuepress build" - }, - "devDependencies": { - "@octokit/graphql": "^4.3.1", - "@popperjs/core": "^2.1.0", - "@vuepress/plugin-active-header-links": "^1.4.0", - "@vuepress/plugin-nprogress": "^1.4.0", - "@vuepress/plugin-pwa": "^1.4.0", - "@vuepress/plugin-register-components": "^1.4.0", - "@vuepress/plugin-search": "^1.4.0", - "axios": "^0.19.2", - "cross-env": "^7.0.2", - "date-fns": "^2.11.0", - "dotenv": "^8.2.0", - "fuse.js": "^6.4.0", - "gh-pages": "^2.2.0", - "octonode": "^0.9.5", - "vue": "^2.6.10", - "vuepress": "^1.4.0", - "vuex": "^3.1.0" - }, - "dependencies": { - "vuepress-plugin-sitemap": "^2.3.1" - } + "name": "@vue-select/docs", + "version": "1.0.0", + "license": "MIT", + "scripts": { + "serve": "vuepress dev", + "build": "vuepress build", + "build:preview": "cross-env vuepress build" + }, + "devDependencies": { + "@octokit/graphql": "^4.3.1", + "@popperjs/core": "^2.1.0", + "@vuepress/plugin-active-header-links": "^1.4.0", + "@vuepress/plugin-nprogress": "^1.4.0", + "@vuepress/plugin-pwa": "^1.4.0", + "@vuepress/plugin-register-components": "^1.4.0", + "@vuepress/plugin-search": "^1.4.0", + "axios": "^0.19.2", + "cross-env": "^7.0.2", + "date-fns": "^2.11.0", + "dotenv": "^8.2.0", + "fuse.js": "^6.4.0", + "gh-pages": "^2.2.0", + "octonode": "^0.9.5", + "vue": "^2.6.10", + "vuepress": "^1.4.0", + "vuepress-plugin-sitemap": "^2.3.1", + "vuex": "^3.1.0" + } }