-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "clinc-features",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@ironsoftware/ironpdf": "^2024.1.1",
"@mantine/core": "^7.4.2",
"@mantine/hooks": "^7.5.1",
"@react-pdf/image": "^2.3.4",
"@react-pdf/renderer": "^3.3.8",
"@reduxjs/toolkit": "^2.1.0",
"bootstrap": "^5.3.2",
"framer-motion": "^11.0.3",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-redux": "^9.1.0",
"react-select": "^5.8.0",
"react-to-print": "^2.14.15",
"rsuite": "^5.51.0",
"zod": "^3.22.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"postcss-simple-vars": "^7.0.1"
}
}