-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "cvats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"format:check": "biome format ."
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@react-pdf/renderer": "^4.3.1",
"@reduxjs/toolkit": "^2.9.2",
"next": "16.0.0",
"next-devtools-mcp": "^0.2.1",
"pdfjs": "^2.5.4",
"pdfjs-dist": "^5.4.296",
"react": "19.2.0",
"react-contenteditable": "^3.3.7",
"react-dom": "19.2.0",
"react-frame-component": "^5.2.7",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"tailwind-scrollbar": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}