forked from Arman19941113/dnd-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.45 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dnd-resume",
"private": true,
"description": "Resume Builder",
"homepage": "https://github.com/Arman19941113/dnd-resume#readme",
"author": "Arman Tang",
"repository": {
"type": "git",
"url": "https://github.com/Arman19941113/dnd-resume"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"analyze": "npx vite-bundle-analyzer -c vite.config.ts",
"preview": "vite preview",
"lint": "eslint .",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": "eslint",
"*.{js,ts,jsx,tsx,css}": "prettier --write"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"lucide-react": "^0.469.0",
"next-themes": "^0.4.4",
"pako": "^2.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.3",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@iconify-json/ri": "^1.2.5",
"@iconify/tailwind": "^1.2.0",
"@types/node": "^22.10.2",
"@types/pako": "^2.0.3",
"@types/react": "^19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rollup": "^4.30.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}