-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tools",
"description": "Tools by Kalimah Apps",
"author": "Abdul Al-Hasany",
"version": "1.0.0",
"type": "module",
"license": "ISC",
"scripts": {
"docs:build": "vitepress build",
"docs:dev": "vitepress dev",
"docs:preview": "vitepress preview",
"test": "vitest --dom",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.5",
"@vue/compiler-dom": "^3.5.27",
"vitest": "^2.1.9"
},
"devDependencies": {
"@ckpack/vue-color": "^1.6.0",
"@kalimahapps/eslint-config": "^1.3.0-rc.0",
"@kalimahapps/eslint-plugin-tailwind": "^1.1.0",
"@kalimahapps/vue-icons": "1.9.6-rc.0",
"@kalimahapps/vue-popper": "^1.2.2",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.1.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/coverage-istanbul": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^11.3.0",
"acorn": "^8.15.0",
"eslint": "^9.39.2",
"eslint-linter-browserify": "^9.39.2",
"happy-dom": "^20.4.0",
"shiki": "^3.22.0",
"tailwindcss": "^4.1.18",
"unplugin-auto-import": "^21.0.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.5",
"vitepress": "^1.6.4",
"vue": "^3.5.27"
},
"keywords": [],
"main": "index.js"
}