mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-28 02:26:15 -04:00
93 lines
2.8 KiB
JSON
93 lines
2.8 KiB
JSON
{
|
|
"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 <corentin.thomasset74+npm@gmail.com> (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",
|
|
"color-convert": "^2.0.1",
|
|
"color-name": "^1.1.4",
|
|
"convert-units": "^2.3.4",
|
|
"core-js": "^3.16.0",
|
|
"cron-validator": "^1.2.1",
|
|
"cronstrue": "^1.114.0",
|
|
"crypto-js": "^4.1.1",
|
|
"nuxt": "^2.15.7",
|
|
"nuxt-i18n": "^6.28.0",
|
|
"qrcode.vue": "^3.2.2",
|
|
"vue-plausible": "^1.2.1",
|
|
"vuetify": "^2.5.7",
|
|
"vuetify-toast-snackbar": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^13.1.0",
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
"@nuxt/types": "^2.15.7",
|
|
"@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.1.12",
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
|
"@types/color-convert": "^2.0.0",
|
|
"@types/color-name": "^1.1.1",
|
|
"@types/convert-units": "^2.3.4",
|
|
"@types/crypto-js": "^4.0.2",
|
|
"@vue/test-utils": "^1.2.2",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^27.0.6",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"husky": "^7.0.1",
|
|
"jest": "^27.0.6",
|
|
"less": "^4.0.0",
|
|
"less-loader": "^7.1.0",
|
|
"nuxt-property-decorator": "^2.9.1",
|
|
"standard-version": "^9.3.1",
|
|
"ts-jest": "^27.0.4",
|
|
"vue-jest": "^3.0.4",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|