|
@@ -5,8 +5,8 @@
|
|
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
|
|
"private": true,
|
|
|
"engines": {
|
|
|
- "node": ">=14",
|
|
|
- "pnpm": ">=3"
|
|
|
+ "node": ">=14",
|
|
|
+ "pnpm": ">=3"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"dev": "nuxt",
|
|
@@ -36,6 +36,7 @@
|
|
|
"ace-builds": "^1.4.12",
|
|
|
"acorn": "^8.5.0",
|
|
|
"acorn-walk": "^8.2.0",
|
|
|
+ "axios": "^0.21.4",
|
|
|
"core-js": "^3.17.2",
|
|
|
"esprima": "^4.0.1",
|
|
|
"firebase": "^9.0.1",
|
|
@@ -65,10 +66,9 @@
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.15.5",
|
|
|
"@babel/preset-env": "^7.15.4",
|
|
|
- "@nuxt/types": "^2.15.8",
|
|
|
"@commitlint/cli": "^13.1.0",
|
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
|
- "lint-staged": "^11.1.2",
|
|
|
+ "@nuxt/types": "^2.15.8",
|
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
|
"@nuxtjs/color-mode": "^2.1.1",
|
|
|
"@nuxtjs/dotenv": "^1.4.1",
|
|
@@ -93,6 +93,7 @@
|
|
|
"eslint-plugin-vue": "^7.17.0",
|
|
|
"jest": "^27.1.0",
|
|
|
"jest-serializer-vue": "^2.0.2",
|
|
|
+ "lint-staged": "^11.1.2",
|
|
|
"nuxt-windicss": "^1.2.3",
|
|
|
"prettier": "^2.3.2",
|
|
|
"pretty-quick": "^3.1.1",
|