-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "pulldog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,vue,js,css}\" \"*.{ts,js,json}\"",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^1.0.0",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.5.0",
"vue": "^3.5.32"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.2.2",
"@types/canvas-confetti": "^1.9.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.4.27",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.5.0",
"postcss": "^8.5.9",
"prettier": "^3.8.2",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.4",
"vue-tsc": "^3.2.6"
},
"description": "The faithful watchdog for your pull requests"
}