-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 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
47
48
49
50
51
52
{
"name": "team-slug",
"version": "1.0.1",
"license": "CC-BY-4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"",
"start": "vite preview",
"preview": "vite preview"
},
"dependencies": {
"@mdx-js/react": "3.1.1",
"@mdx-js/rollup": "3.1.1",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@tailwindcss/vite": "4.1.17",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"framer-motion": "12.23.24",
"lucide-react": "0.553.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router-dom": "7.9.6",
"rehype-starry-night": "2.2.0",
"remark-gfm": "4.0.1",
"shadcn": "3.5.0",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.17",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"prettier": "^3.6.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2"
}
}