-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 985 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 985 Bytes
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
{
"name": "katana",
"author": {
"name": "CoderDojo Braga",
"email": "development@coderdojobraga.org"
},
"bugs": {
"url": "https://github.com/coderdojobraga/katana/issues"
},
"dependencies": {
"@vueuse/core": "^13.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"live_vue": "file:./deps/live_vue",
"lucide-vue-next": "^0.536.0",
"phoenix": "file:./deps/phoenix",
"phoenix_html": "file:./deps/phoenix_html",
"phoenix_live_view": "file:./deps/phoenix_live_view",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.3.1",
"topbar": "^3.0.0",
"tw-animate-css": "^1.3.6",
"vue": "^3.5.18"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/vite": "^4.1.11",
"@vitejs/plugin-vue": "^5.0.4",
"phoenix_vite": "file:./deps/phoenix_vite",
"prettier": "3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.4.5",
"vite": "^5.4.19",
"vue-tsc": "^2.0.13"
}
}