iaiuse commited on
Commit
6b1e987
1 Parent(s): 874069d

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +141 -0
package.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "it-tools",
3
+ "version": "2023.12.21-5ed3693",
4
+ "description": "Collection of handy online tools for developers, with great UX. ",
5
+ "keywords": [
6
+ "productivity",
7
+ "converter",
8
+ "website",
9
+ "vuejs",
10
+ "tools",
11
+ "frontend",
12
+ "tool",
13
+ "developer-tools",
14
+ "developer-productivity"
15
+ ],
16
+ "author": "Corentin Th <corentin.thomasset74+it-tools@gmail.com> (https://github.com/CorentinTh)",
17
+ "license": "GNU GPLv3",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/CorentinTh/it-tools"
21
+ },
22
+ "scripts": {
23
+ "dev": "vite",
24
+ "build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build",
25
+ "preview": "vite preview --port 5050",
26
+ "test": "npm run test:unit",
27
+ "test:unit": "vitest --environment jsdom",
28
+ "test:e2e": "playwright test",
29
+ "test:e2e:dev": "BASE_URL=http://localhost:5173 NO_WEB_SERVER=true playwright test",
30
+ "coverage": "vitest run --coverage",
31
+ "typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
32
+ "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
33
+ "script:create:tool": "node scripts/create-tool.mjs",
34
+ "script:create:ui": "hygen generator ui-component",
35
+ "release": "node ./scripts/release.mjs"
36
+ },
37
+ "dependencies": {
38
+ "@it-tools/bip39": "^0.0.4",
39
+ "@it-tools/oggen": "^1.3.0",
40
+ "@sindresorhus/slugify": "^2.2.1",
41
+ "@tiptap/pm": "2.1.6",
42
+ "@tiptap/starter-kit": "2.1.6",
43
+ "@tiptap/vue-3": "2.0.3",
44
+ "@types/figlet": "^1.5.8",
45
+ "@vicons/material": "^0.12.0",
46
+ "@vicons/tabler": "^0.12.0",
47
+ "@vueuse/core": "^10.3.0",
48
+ "@vueuse/head": "^1.0.0",
49
+ "@vueuse/router": "^10.0.0",
50
+ "bcryptjs": "^2.4.3",
51
+ "change-case": "^4.1.2",
52
+ "colord": "^2.9.3",
53
+ "composerize-ts": "^0.6.2",
54
+ "country-code-lookup": "^0.1.0",
55
+ "cron-validator": "^1.3.1",
56
+ "cronstrue": "^2.26.0",
57
+ "crypto-js": "^4.1.1",
58
+ "date-fns": "^2.29.3",
59
+ "dompurify": "^3.0.6",
60
+ "emojilib": "^3.0.10",
61
+ "figlet": "^1.7.0",
62
+ "figue": "^1.2.0",
63
+ "fuse.js": "^6.6.2",
64
+ "highlight.js": "^11.7.0",
65
+ "iarna-toml-esm": "^3.0.5",
66
+ "ibantools": "^4.3.3",
67
+ "json5": "^2.2.3",
68
+ "jwt-decode": "^3.1.2",
69
+ "libphonenumber-js": "^1.10.28",
70
+ "lodash": "^4.17.21",
71
+ "marked": "^10.0.0",
72
+ "mathjs": "^11.9.1",
73
+ "mime-types": "^2.1.35",
74
+ "monaco-editor": "^0.43.0",
75
+ "naive-ui": "^2.35.0",
76
+ "netmask": "^2.0.2",
77
+ "node-forge": "^1.3.1",
78
+ "oui-data": "^1.0.10",
79
+ "pdf-signature-reader": "^1.4.2",
80
+ "pinia": "^2.0.34",
81
+ "plausible-tracker": "^0.3.8",
82
+ "qrcode": "^1.5.1",
83
+ "sql-formatter": "^13.0.0",
84
+ "ua-parser-js": "^1.0.35",
85
+ "ulid": "^2.3.0",
86
+ "unicode-emoji-json": "^0.4.0",
87
+ "unplugin-auto-import": "^0.16.4",
88
+ "uuid": "^9.0.0",
89
+ "vue": "^3.3.4",
90
+ "vue-i18n": "^9.9.1",
91
+ "vue-router": "^4.1.6",
92
+ "vue-tsc": "^1.8.1",
93
+ "xml-formatter": "^3.3.2",
94
+ "yaml": "^2.2.1"
95
+ },
96
+ "devDependencies": {
97
+ "@antfu/eslint-config": "^0.41.0",
98
+ "@iconify-json/mdi": "^1.1.50",
99
+ "@intlify/unplugin-vue-i18n": "^2.0.0",
100
+ "@playwright/test": "^1.32.3",
101
+ "@rushstack/eslint-patch": "^1.2.0",
102
+ "@tsconfig/node18": "^18.2.0",
103
+ "@types/bcryptjs": "^2.4.2",
104
+ "@types/crypto-js": "^4.1.1",
105
+ "@types/dompurify": "^3.0.5",
106
+ "@types/jsdom": "^21.0.0",
107
+ "@types/lodash": "^4.14.192",
108
+ "@types/mime-types": "^2.1.1",
109
+ "@types/netmask": "^2.0.0",
110
+ "@types/node": "^18.15.11",
111
+ "@types/node-forge": "^1.3.2",
112
+ "@types/qrcode": "^1.5.0",
113
+ "@types/ua-parser-js": "^0.7.36",
114
+ "@types/uuid": "^9.0.0",
115
+ "@unocss/eslint-config": "^0.57.0",
116
+ "@vitejs/plugin-vue": "^4.3.2",
117
+ "@vitejs/plugin-vue-jsx": "^3.0.2",
118
+ "@vue/compiler-sfc": "^3.2.47",
119
+ "@vue/runtime-dom": "^3.3.4",
120
+ "@vue/test-utils": "^2.3.2",
121
+ "@vue/tsconfig": "^0.4.0",
122
+ "consola": "^3.0.2",
123
+ "eslint": "^8.47.0",
124
+ "hygen": "^6.2.11",
125
+ "jsdom": "^22.0.0",
126
+ "less": "^4.1.3",
127
+ "prettier": "^3.0.0",
128
+ "typescript": "~5.2.0",
129
+ "unocss": "^0.57.0",
130
+ "unocss-preset-scrollbar": "^0.2.1",
131
+ "unplugin-icons": "^0.17.0",
132
+ "unplugin-vue-components": "^0.25.0",
133
+ "vite": "^4.4.9",
134
+ "vite-plugin-pwa": "^0.16.0",
135
+ "vite-plugin-vue-markdown": "^0.23.5",
136
+ "vite-svg-loader": "^4.0.0",
137
+ "vitest": "^0.34.0",
138
+ "workbox-window": "^7.0.0",
139
+ "zx": "^7.2.1"
140
+ }
141
+ }