-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^2.2.0",
"@types/lodash": "^4.17.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lucide-react": "^0.379.0",
"next": "13.4",
"npm": "^10.8.1",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.0",
"react-window": "^1.8.10",
"reactflow": "^11.11.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/papaparse": "^5.3.14",
"@types/react": "18.2.37",
"@types/react-dom": "^18.2.18",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
}