{ "name": "it-tools", "version": "2.0.0-beta.0", "private": false, "description": "Aggregated set of useful tools that every developer may need once in a while.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CorentinTh/it-tools" }, "funding": "https://github.com/sponsors/CorentinTh", "author": "Corentin Th (https://github.com/CorentinTh)", "homepage": "https://it-tools.tech", "bugs": "https://github.com/CorentinTh/it-tools/issues", "keywords": [ "productivity", "converter", "website", "vuejs", "tools", "frontend", "tool", "developer-tools", "developer-productivity" ], "scripts": { "dev": "nuxt", "build": "npm run generate", "start": "nuxt start", "generate": "nuxt generate", "lint:commit": "commitlint --from $(git rev-list --max-parents=0 HEAD)", "lint:js": "eslint --ext .js,.vue --ignore-path=.gitignore --max-warnings=0 .", "lint": "npm run lint:js && npm run lint:commit", "test": "jest", "prepare": "husky install", "release": "standard-version" }, "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/markdownit": "^2.0.0", "@nuxtjs/pwa": "^3.0.2", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", "bip39": "^3.0.4", "change-case": "^4.1.2", "color-convert": "^2.0.1", "color-name": "^1.1.4", "convert-units": "^2.3.4", "core-js": "^3.20.3", "cron-validator": "^1.3.1", "cronstrue": "^1.123.0", "crypto-js": "^4.1.1", "markdown-it-anchor": "^8.4.1", "markdown-it-highlightjs": "^3.6.0", "nuxt": "^2.15.8", "nuxt-i18n": "^6.28.1", "qrcode.vue": "^3.3.3", "vue-plausible": "^1.3.1", "vuetify": "^2.6.3", "vuetify-toast-snackbar": "^0.6.1" }, "devDependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/svg": "^0.4.0", "@nuxtjs/vuetify": "^1.12.3", "@types/color-convert": "^2.0.0", "@types/color-name": "^1.1.1", "@types/convert-units": "^2.3.5", "@types/crypto-js": "^4.1.0", "@vue/test-utils": "^1.3.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.4.6", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "husky": "^7.0.4", "jest": "^27.4.7", "less": "^4.1.2", "less-loader": "^7.1.0", "markdown-toc": "^1.2.0", "nuxt-property-decorator": "^2.9.1", "standard-version": "^9.3.2", "ts-jest": "^27.1.3", "vue-jest": "^3.0.4", "yaml": "^1.10.2" } }