generated from innei-template/vite-react-tailwind-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
118 lines (118 loc) · 3.39 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "Linear",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.15.5",
"repository": {
"type": "git",
"url": "https://"
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "eslint --fix",
"prepare": "simple-git-hooks",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@infinite-list/react": "2.2.11",
"@million/lint": "1.0.14",
"@octokit/core": "6.1.4",
"@radix-ui/react-avatar": "1.1.3",
"@radix-ui/react-context-menu": "2.2.6",
"@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-dropdown-menu": "2.1.6",
"@radix-ui/react-scroll-area": "1.2.3",
"@radix-ui/react-slot": "1.1.2",
"@radix-ui/react-tabs": "1.1.3",
"@radix-ui/react-tooltip": "1.1.8",
"@remixicon/react": "4.6.0",
"@tanstack/react-query": "5.66.5",
"@tanstack/react-virtual": "3.13.0",
"@types/react-syntax-highlighter": "15.5.13",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"dexie": "4.0.11",
"dexie-export-import": "4.1.4",
"es-toolkit": "1.32.0",
"foxact": "0.2.44",
"github-markdown-css": "5.8.1",
"immer": "10.1.1",
"jotai": "2.12.1",
"motion": "12.4.3",
"octokit": "4.1.2",
"ofetch": "1.4.1",
"pluralize": "8.0.0",
"react": "19.0.0",
"react-context-selector": "1.0.3",
"react-diff-viewer": "3.1.1",
"react-dom": "19.0.0",
"react-markdown": "9.0.3",
"react-resizable-layout": "npm:@innei/react-resizable-layout@0.7.3-fork.1",
"react-router": "7.1.5",
"react-scan": "0.1.3",
"react-syntax-highlighter": "15.6.1",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.1",
"sonner": "1.7.4",
"tailwind-merge": "3.0.1",
"use-sync-external-store": "1.4.0",
"usehooks-ts": "3.1.1",
"vaul": "1.1.2",
"zustand": "5.0.3"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.9.0",
"@iconify-json/mingcute": "1.2.3",
"@iconify-json/octicon": "1.2.4",
"@innei/prettier": "^0.15.0",
"@octokit/openapi-types": "24.0.0",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.16",
"@types/node": "22.13.4",
"@types/pluralize": "0.0.33",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "10.4.20",
"click-to-react-component": "1.1.2",
"daisyui": "^4.12.23",
"eslint": "9.20.1",
"eslint-config-hyoban": "3.2.1",
"fake-indexeddb": "6.0.0",
"happy-dom": "17.1.0",
"kolorist": "1.8.0",
"lint-staged": "15.4.3",
"postcss": "8.5.2",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"prettier": "3.5.1",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "4.0.0",
"tailwind-variants": "0.3.1",
"tailwindcss": "^3",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animated": "2.0.0",
"tailwindcss-motion": "1.1.0",
"tailwindcss-uikit-colors": "0.3.2",
"typescript": "5.7.3",
"unplugin-ast": "0.14.0",
"vite": "6.1.0",
"vite-plugin-checker": "0.8.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --ignore-path ./.gitignore --write "
],
"*.{js,ts,cjs,mjs,jsx,tsx,json}": [
"eslint --fix"
]
}
}