-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "state-flow-copy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.4.0",
"@vercel/analytics": "^1.6.1",
"chart.js": "^4.5.1",
"next": "16.2.10",
"react": "^19.2.7",
"react-chartjs-2": "^5.3.1",
"react-datepicker": "^9.1.0",
"react-dom": "^19.2.7",
"react-select": "^5.10.2",
"react-spinners": "^0.17.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "26.1.1",
"@types/react": "^19.2.17",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.10",
"postcss": "^8.5.17",
"tailwindcss": "^4.3.2",
"typescript": "^5.4.5"
},
"overrides": {
"stream-to-promise": "^3.0.0",
"tar": "^7.4.3"
}
}