Skip to content

Commit

Permalink
update a bunch of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Recidvst committed Jun 17, 2024
1 parent 8f11f74 commit 58cb7af
Showing 1 changed file with 44 additions and 45 deletions.
89 changes: 44 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt -o --port 5678",
"dev:local": "cross-env NODE_ENV=development API_ENV=localhost nuxt -o --port 5678",
"build": "nuxt build",
"build:a": "nuxt build -a",
"start": "nuxt start -o --port 5678",
Expand All @@ -37,52 +36,52 @@
}
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxt/content": "^1.11.1",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-analytics": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sentry": "^3.0.1",
"@nuxtjs/sitemap": "^2.4.0",
"bulma": "^1.0.1",
"core-js": "^3.8.3",
"dotenv": "^6.0.0",
"nuxt": "^2.14.12",
"sass": "^1.77.5",
"sass-loader": "^7.1.0",
"vue": "^2.6.12",
"vue-dompurify-html": "^2.3.0",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@nuxt/content": "1.15.1",
"@nuxtjs/dotenv": "1.4.2",
"@nuxtjs/fontawesome": "1.1.2",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/sentry": "3.3.1",
"@nuxtjs/sitemap": "2.4.0",
"bulma": "1.0.1",
"core-js": "3.37.1",
"dotenv": "6.2.0",
"nuxt": "2.17.4",
"sass": "1.77.6",
"sass-loader": "10.4.1",
"vue": "2.7.16",
"vue-dompurify-html": "2.6.0",
"vuex": "3.6.2",
"vuex-persistedstate": "4.0.0-beta.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/eslint-config": "5.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/style-resources": "1.2.2",
"@nuxtjs/stylelint-module": "4.2.2",
"@nuxtjs/svg": "0.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"cross-env": "^5.2.1",
"eslint": "^7.21.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.5.0",
"font-awesome": "^4.7.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"postcss-custom-properties": "^11.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.4",
"sass-loader": "^10.1.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.2.0"
"babel-eslint": "10.1.0",
"cross-env": "5.2.1",
"eslint": "7.32.0",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "4.0.2",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-vue": "7.20.0",
"font-awesome": "4.7.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"postcss-custom-properties": "11.0.0",
"prettier": "2.8.8",
"pretty-quick": "3.3.1",
"sass-loader": "10.1.1",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-prettier": "1.2.0"
}
}

0 comments on commit 58cb7af

Please sign in to comment.