-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
52
53
54
55
56
{
"name": "openg2p-beneficiary-portal-ui",
"version": "0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^1.0.6",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@tsed/react-formio": "^2.2.3",
"@tsed/tailwind-formio": "^2.2.3",
"cookies-next": "^4.1.1",
"datatables.net": "^1.13.7",
"encoding": "^0.1.13",
"fetch-ponyfill": "^7.1.0",
"flag-icon-css": "^4.1.7",
"formiojs": "^4.17.2",
"jquery": "^3.7.1",
"next": "13.5.6",
"next-intl": "^3.9.5",
"node-fetch": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"react-paginate": "^8.2.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@types/datatables.net": "^1.10.27",
"@types/negotiator": "^0.6.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.9",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-plugin-unused-imports": "^3",
"flag-icon-css": "^4.1.7",
"postcss": "^8",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.3",
"tailwindcss": "^3",
"typescript": "5.3.3"
}
}