-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.54 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
78
79
80
81
82
83
84
85
{
"name": "oppfolgingsplan-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start:watch": "NODE_OPTIONS='--inspect' next dev | pino-pretty",
"start:prod": "NODE_OPTIONS='-r next-logger' next start",
"lint": "next lint",
"prettier": "prettier --write ./src/**",
"prepare": "husky install",
"test": "jest && npm run cypress",
"cypress": "cypress run --component",
"cypress:open": "cypress open --component"
},
"msw": {
"workerDirectory": "public"
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.12.2",
"@grafana/faro-web-tracing": "^1.12.2",
"@navikt/aksel-icons": "5.18.3",
"@navikt/dinesykmeldte-sidemeny": "^5.5.3",
"@navikt/ds-css": "^5.18.3",
"@navikt/ds-react": "^5.18.3",
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
"@navikt/next-logger": "^1.35.0",
"@tanstack/react-query": "^5.61.5",
"@tanstack/react-query-devtools": "^5.61.5",
"@types/http-errors": "^2.0.4",
"@types/react-datepicker": "^4.19.5",
"axios": "^1.7.8",
"classnames": "^2.5.1",
"date-fns": "^2.29.3",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"next": "^14.2.15",
"openid-client": "^5.7.0",
"pino": "^9.5.0",
"react": "^18.3.1",
"react-datepicker": "^7.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.36.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@hookform/devtools": "^4.3.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.14.9",
"@types/react": "18.3.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cypress": "^13.16.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-testing-library": "^6.5.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.10",
"msw": "^1.1.0",
"next-router-mock": "^0.9.13",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"react-test-renderer": "^18.3.1",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
}
}