Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nuxt-community/pwa-module/releases) - [Changelog](https://github.com/nuxt-community/pwa-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/pwa-module/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "hoppscotch",
|
|
"version": "2.0.0",
|
|
"description": "A free, fast and beautiful API request builder",
|
|
"author": "liyasthomas",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "node build.js --dev",
|
|
"dev": "nuxt",
|
|
"prebuild": "node build.js",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"pregenerate": "node build.js",
|
|
"generate": "nuxt generate",
|
|
"pretty-quick": "pretty-quick --staged --pattern \"**/*.*(html|js|json|vue)\"",
|
|
"test": ""
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run pretty-quick"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"trailingComma": "es5",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"printWidth": 100
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.12.1",
|
|
"@nuxtjs/gtm": "^2.3.2",
|
|
"@nuxtjs/robots": "^2.4.2",
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
|
"@nuxtjs/toast": "^3.3.1",
|
|
"ace-builds": "^1.4.12",
|
|
"firebase": "^7.18.0",
|
|
"esprima": "^4.0.1",
|
|
"graphql": "^15.3.0",
|
|
"graphql-language-service-interface": "^2.4.1",
|
|
"nuxt": "^2.14.3",
|
|
"nuxt-i18n": "^6.13.9",
|
|
"paho-mqtt": "^1.1.0",
|
|
"socket.io-client": "^2.3.0",
|
|
"socketio-wildcard": "^2.0.0",
|
|
"v-tooltip": "^2.0.3",
|
|
"vuejs-auto-complete": "^0.9.0",
|
|
"vuex-persist": "^2.2.0",
|
|
"yargs-parser": "^19.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/dotenv": "^1.4.1",
|
|
"@nuxtjs/google-analytics": "^2.4.0",
|
|
"@nuxtjs/pwa": "^3.0.1",
|
|
"@nuxtjs/svg": "^0.1.11",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"husky": "^4.2.5",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^2.0.5",
|
|
"pretty-quick": "^2.0.1",
|
|
"sass-loader": "^9.0.3"
|
|
}
|
|
}
|