-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
50
51
52
53
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@casl/ability": "^6.3.3",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.1",
"@react-pdf/renderer": "^3.1.7",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.28",
"ag-grid-community": "^29.1.0",
"ag-grid-react": "^29.1.0",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.1.1",
"cookies-next": "^2.1.1",
"date-fns": "^2.29.3",
"deepdash-es": "^5.3.9",
"formik": "^2.2.9",
"framer-motion": "^8.0.2",
"gridjs": "^6.0.5",
"gridjs-react": "^6.0.1",
"jquery": "^3.6.3",
"js-cookie": "^3.0.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"lodash-es": "^4.17.21",
"mongoose": "^6.9.0",
"next": "13.1.1",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-checkbox-tree": "^1.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jquery": "^3.5.16"
}
}