-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.16 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
{
"name": "json",
"version": "2.0.0",
"type": "module",
"private": true,
"scripts": {
"predev": "nr lint && nr format && cls",
"dev": "next dev",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "next build",
"start": "next start",
"type-check": "tsc -b",
"lint": "eslint --fix --cache",
"format": "prettier --write --experimental-cli src/",
"up": "taze major -I",
"add": "shadcn add"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.17",
"@floating-ui/react": "^0.27.19",
"@uiw/codemirror-theme-github": "^4.25.8",
"@uiw/codemirror-theme-vscode": "^4.25.8",
"@uiw/codemirror-theme-xcode": "^4.25.8",
"@uiw/react-codemirror": "^4.25.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.35.2",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.577.0",
"motion": "^12.35.2",
"next": "16.1.6",
"next-themes": "^0.4.6",
"prettier-plugin-organize-imports": "^4.3.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-diff-viewer-continued": "^4.2.0",
"react-dom": "19.2.4",
"react-dropzone": "^15.0.0",
"react-resizable-panels": "^4.7.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-intersect": "^2.2.0"
},
"devDependencies": {
"@antfu/ni": "^28.3.0",
"@iconify-json/hugeicons": "^1.2.23",
"@iconify-json/lucide": "^1.2.96",
"@iconify/react": "^6.0.2",
"@tailwindcss/postcss": "latest",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.6",
"eslint-plugin-unicorn": "^63.0.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^4.0.5",
"tailwindcss": "latest",
"taze": "^19.10.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.32.1"
}