-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.21 KB
/
Copy pathpackage.json
File metadata and controls
133 lines (133 loc) · 4.21 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "flare",
"version": "1.7.6",
"license": "MIT",
"author": "fl1nt.dev",
"homepage": "https://github.com/FlintSH/flare",
"repository": {
"type": "git",
"url": "git+https://github.com/FlintSH/flare.git"
},
"bugs": {
"url": "https://github.com/FlintSH/flare/issues"
},
"packageManager": "pnpm@11.18.0",
"scripts": {
"dev": "next dev --turbopack",
"postinstall": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
"prepare": "husky install",
"knip": "knip",
"knip:exports": "knip --exports",
"knip:deps": "knip --dependencies",
"knip:files": "knip --files",
"knip:prod": "knip --production",
"knip:fix": "knip --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1063.0",
"@aws-sdk/lib-storage": "^3.1063.0",
"@aws-sdk/s3-request-presigner": "^3.1063.0",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-less": "^6.0.2",
"@codemirror/lang-markdown": "^6.3.3",
"@codemirror/lang-php": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/lang-sql": "^6.9.1",
"@codemirror/lang-wast": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@hookform/resolvers": "^3.10.0",
"@prisma/client": "^6.12.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.83.0",
"@types/archiver": "^6.0.3",
"@types/bcryptjs": "^2.4.6",
"@types/papaparse": "^5.3.16",
"@types/pino": "^7.0.4",
"@uiw/react-codemirror": "^4.24.1",
"archiver": "^7.0.1",
"bcryptjs": "^2.4.3",
"busboy": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"dompurify": "^3.4.12",
"fast-equals": "^5.2.2",
"file-type": "^21.3.2",
"lucide-react": "^0.525.0",
"nanoid": "^5.1.5",
"next": "^15.5.21",
"next-auth": "^4.24.15",
"next-themes": "^0.4.6",
"papaparse": "^5.5.3",
"pino": "^9.9.4",
"pino-pretty": "^13.1.1",
"prisma": "^6.19.3",
"rate-limiter-flexible": "^9.1.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.61.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^6.0.1",
"uuid": "^14.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/busboy": "^1.5.4",
"@types/node": "^20.19.9",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/uuid": "^10.0.0",
"aws-sdk-client-mock": "^4.1.0",
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
"eslint": "^9.35.0",
"eslint-config-next": "^15.4.4",
"husky": "^8.0.3",
"knip": "^5.62.0",
"lint-staged": "^15.5.2",
"postcss": "^8.5.18",
"postcss-load-config": "^6.0.1",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vitest": "^4.1.9"
},
"lint-staged": {
"**/*.{ts,tsx,js,jsx,json,md}": "prettier --write"
}
}