-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.28 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "portal-frontend-next",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
"postinstall": "patch-package",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix",
"e2e": "start-server-and-test start http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test start http://localhost:3000 \"cypress run --e2e\""
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@fontsource/fira-mono": "5.1.1",
"@fontsource/roboto": "5.1.1",
"@mui/icons-material": "6.4.2",
"@mui/material": "6.4.2",
"@mui/material-nextjs": "6.4.2",
"@mui/system": "6.4.2",
"@mui/x-data-grid": "7.24.1",
"@sentry/nextjs": "8.52.0",
"@types/node-forge": "1.3.11",
"asn1js": "3.0.5",
"axios": "1.7.9",
"download": "8.0.0",
"elliptic": "6.6.1",
"eslint-plugin-import": "2.31.0",
"is-valid-domain": "0.1.6",
"jwt-decode": "4.0.0",
"moment": "2.30.1",
"next": "15.1.6",
"next-auth": "4.24.11",
"node-forge": "1.3.1",
"pkijs": "3.2.4",
"prop-types": "15.8.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-moment": "1.1.3",
"sass": "1.83.4",
"sharp": "0.33.5",
"unidecode": "1.1.0"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@popperjs/core": "2.11.8",
"@swc/plugin-transform-imports": "6.4.0",
"@testing-library/cypress": "10.0.3",
"@testing-library/react": "16.2.0",
"@types/node": "22.12.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/unidecode": "0.1.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-loader": "9.2.1",
"babel-plugin-istanbul": "7.0.0",
"cross-env": "7.0.3",
"cypress": "14.0.1",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-testing-library": "7.1.1",
"patch-package": "8.0.0",
"start-server-and-test": "2.0.10",
"typescript": "5.7.3",
"webpack": "5.97.1"
}
}