-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "record-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.0",
"@tanstack/react-query": "^5.90.11",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.1",
"downloadjs": "^1.4.7",
"embla-carousel-react": "^8.6.0",
"html2canvas": "^1.4.1",
"next": "16.0.7",
"react": "19.2.0",
"react-datepicker": "^8.10.0",
"react-dom": "19.2.0",
"react-redux": "^9.2.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/downloadjs": "^1.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}