Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Nuxt Bridge. In progress. Will fully upgrade when code is Vue 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Nov 6, 2021
1 parent 5f733be commit c499c57
Show file tree
Hide file tree
Showing 2 changed files with 3,467 additions and 1,184 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "nuxt-enso-ui",
"version": "1.0.0",
"name": "nuxt",
"version": "9.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"dev": "nuxi",
"build": "nuxi generate",
"start": "nuxi start",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"postinstall": "opencollective-postinstall && patch-package && rm -rf node_modules/@enso-ui/mixins node_modules/@enso-ui/google",
"inspect": "nuxt webpack --depth > webpack.config.js"
"inspect": "nuxi webpack --depth > webpack.config.js"
},
"dependencies": {
"@enso-ui/accessories": "^3.0.2",
Expand All @@ -34,6 +34,7 @@
"@enso-ui/uploader": "^1.0.24",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxt/babel-preset-app": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.1",
Expand All @@ -53,7 +54,7 @@
"flag-icon-css": "^3.5.0",
"flatpickr": "^4.6.9",
"laravel-echo": "^1.11.2",
"nuxt": "^2.15.7",
"nuxt-edge": "latest",
"nuxt-fontawesome": "^0.4.0",
"nuxt-route-meta": "^2.3.2",
"nuxt-vuex-router-sync": "^0.0.3",
Expand All @@ -75,11 +76,13 @@
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.6",
"vuetify": "^2.5.8",
"webpack": "^4.46.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
Expand Down
Loading

0 comments on commit c499c57

Please sign in to comment.