-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.18 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.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
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
{
"name": "usefui.dev",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "next lint && tsc --noEmit",
"dev": "next dev --turbo",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.11.2",
"@hookform/resolvers": "^3.10.0",
"@lezer/highlight": "^1.2.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.4.6",
"@paper-design/shaders-react": "^0.0.60",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.85.0",
"@uiw/codemirror-themes": "^4.24.2",
"@uiw/react-codemirror": "^4.24.2",
"@usefui/analytics": "^1.0.3",
"@usefui/components": "^1.5.3",
"@usefui/core": "^1.3.4",
"@usefui/hooks": "^1.3.4",
"@usefui/icons": "^1.2.3",
"@usefui/styles": "^1.4.4",
"@usefui/tokens": "^1.5.4",
"framer-motion": "^12.23.24",
"glob": "^11.0.3",
"gray-matter": "^4.0.3",
"next": "^15.4.6",
"next-mdx-remote": "^5.0.0",
"posthog-js": "^1.259.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^1.7.4",
"styled-components": "^6.1.19",
"zod": "^3.25.76",
"zustand": "^5.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20.19.10",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/styled-components": "^5.1.34",
"date-fns": "^4.1.0",
"eslint": "^9.33.0",
"eslint-config-next": "^15.4.6",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1"
},
"ct3aMetadata": {
"initVersion": "7.39.0"
},
"packageManager": "pnpm@9.1.1"
}