it-tools/package.json

135 lines
4 KiB
JSON
Raw Normal View History

2022-03-31 06:33:29 +08:00
{
"name": "it-tools",
"version": "2023.5.14-77f2efc",
"description": "Collection of handy online tools for developers, with great UX. ",
"keywords": [
"productivity",
"converter",
"website",
"vuejs",
"tools",
"frontend",
"tool",
"developer-tools",
"developer-productivity"
],
"author": "Corentin Th <corentin.thomasset74+it-tools@gmail.com> (https://github.com/CorentinTh)",
"license": "GNU GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/CorentinTh/it-tools"
},
2022-03-31 06:33:29 +08:00
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
2022-04-04 06:24:45 +08:00
"test": "npm run test:unit",
2022-03-31 06:33:29 +08:00
"test:unit": "vitest --environment jsdom",
2023-04-09 23:59:57 +08:00
"test:e2e": "playwright test",
2022-04-04 06:24:45 +08:00
"coverage": "vitest run --coverage",
2022-03-31 06:33:29 +08:00
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
2022-04-16 19:41:10 +08:00
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"script:create-new-tool": "node scripts/create-tool.mjs",
"release": "node ./scripts/release.mjs"
2022-03-31 06:33:29 +08:00
},
"dependencies": {
2022-04-12 04:47:05 +08:00
"@it-tools/bip39": "^0.0.4",
2022-08-17 20:36:52 +08:00
"@it-tools/oggen": "^1.3.0",
2023-02-11 05:06:32 +08:00
"@sindresorhus/slugify": "^2.2.0",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
2022-04-04 06:24:45 +08:00
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.0.0",
"@vueuse/router": "^9.13.0",
2022-04-18 16:16:59 +08:00
"bcryptjs": "^2.4.3",
2022-04-16 06:03:31 +08:00
"change-case": "^4.1.2",
2022-08-18 16:35:04 +08:00
"colord": "^2.9.3",
"composerize-ts": "^0.6.2",
"country-code-lookup": "^0.1.0",
2022-04-14 08:02:05 +08:00
"cron-validator": "^1.3.1",
2023-04-13 02:27:32 +08:00
"cronstrue": "^2.26.0",
2022-04-04 06:24:45 +08:00
"crypto-js": "^4.1.1",
2022-11-15 05:13:37 +08:00
"date-fns": "^2.29.3",
2023-08-08 15:19:43 +08:00
"emojilib": "^3.0.10",
"figue": "^1.2.0",
"fuse.js": "^6.6.2",
"highlight.js": "^11.7.0",
2023-06-24 03:33:54 +08:00
"iarna-toml-esm": "^3.0.5",
"json5": "^2.2.3",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.10.28",
2022-04-04 07:03:06 +08:00
"lodash": "^4.17.21",
2022-08-18 16:35:04 +08:00
"mathjs": "^10.6.4",
"mime-types": "^2.1.35",
"naive-ui": "^2.34.3",
2023-03-29 05:31:11 +08:00
"netmask": "^2.0.2",
2023-03-11 01:16:55 +08:00
"node-forge": "^1.3.1",
2023-04-13 02:27:32 +08:00
"oui": "^12.0.52",
"pinia": "^2.0.34",
2022-08-18 16:35:04 +08:00
"plausible-tracker": "^0.3.8",
"qrcode": "^1.5.1",
2022-03-31 06:33:29 +08:00
"randombytes": "^2.1.0",
"sql-formatter": "^8.2.0",
2023-03-29 05:31:11 +08:00
"ts-pattern": "^4.2.2",
"ua-parser-js": "^1.0.35",
2023-08-08 15:19:43 +08:00
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
2022-04-05 03:46:35 +08:00
"uuid": "^8.3.2",
"vue": "^3.3.4",
2023-06-18 20:11:38 +08:00
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-tsc": "^1.8.1",
"xml-formatter": "^3.3.2",
"yaml": "^2.2.1"
2022-03-31 06:33:29 +08:00
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@iconify-json/mdi": "^1.1.50",
2023-06-18 20:11:38 +08:00
"@intlify/unplugin-vue-i18n": "^0.11.0",
2023-04-13 02:27:32 +08:00
"@playwright/test": "^1.32.3",
2022-11-15 05:13:37 +08:00
"@rushstack/eslint-patch": "^1.2.0",
2022-04-18 16:16:59 +08:00
"@types/bcryptjs": "^2.4.2",
2022-04-04 06:24:45 +08:00
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^21.0.0",
2023-03-29 05:31:11 +08:00
"@types/lodash": "^4.14.192",
"@types/mime-types": "^2.1.1",
2023-03-29 05:31:11 +08:00
"@types/netmask": "^2.0.0",
"@types/node": "^18.0.0",
2023-04-13 02:27:32 +08:00
"@types/node-forge": "^1.3.2",
2023-03-27 01:04:42 +08:00
"@types/prettier": "^2.7.2",
2022-11-15 05:13:37 +08:00
"@types/qrcode": "^1.5.0",
2022-03-31 06:33:29 +08:00
"@types/randombytes": "^2.0.0",
"@types/ua-parser-js": "^0.7.36",
2022-04-05 03:46:35 +08:00
"@types/uuid": "^8.3.4",
2023-04-13 02:27:32 +08:00
"@typescript-eslint/parser": "^5.58.0",
"@unocss/eslint-config": "^0.53.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/runtime-dom": "^3.3.4",
2023-03-29 05:31:11 +08:00
"@vue/test-utils": "^2.3.2",
2022-03-31 06:33:29 +08:00
"@vue/tsconfig": "^0.1.3",
"c8": "^8.0.0",
"consola": "^3.0.2",
2023-04-13 02:27:32 +08:00
"eslint": "^8.38.0",
"jsdom": "^22.0.0",
2022-08-18 16:35:04 +08:00
"less": "^4.1.3",
2023-03-29 05:31:11 +08:00
"prettier": "^2.8.7",
"typescript": "~4.9.0",
"unocss": "^0.53.0",
"unocss-preset-scrollbar": "^0.2.1",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.16.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.32.0",
"workbox-window": "^7.0.0",
"zx": "^7.2.1"
2022-03-31 06:33:29 +08:00
}
}