-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
195 lines (195 loc) · 7.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "k9-punsj-frontend",
"version": "1.0.0",
"type": "module",
"repository": "https://github.com/navikt/k9-punsj-frontend",
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.26.7",
"@grafana/faro-web-sdk": "1.12.3",
"@grafana/faro-web-tracing": "1.12.3",
"@k9-punsj-frontend/server": "workspace:",
"@navikt/aksel-icons": "7.10.0",
"@navikt/ds-css": "7.10.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.10.0",
"@navikt/fnrvalidator": "2.1.5",
"@popperjs/core": "2.11.8",
"@reduxjs/toolkit": "^2.5.1",
"@sentry/react": "8.51.0",
"classnames": "2.5.1",
"css-minimizer-webpack-plugin": "7.0.0",
"dayjs": "1.11.13",
"dotenv": "16.4.7",
"formik": "2.4.6",
"html-webpack-plugin": "5.6.3",
"i18n-iso-countries": "7.13.0",
"lodash": "4.17.21",
"lodash.throttle": "4.1.1",
"mini-css-extract-plugin": "2.9.2",
"mustache-express": "1.3.2",
"nav-frontend-core": "6.0.1",
"nav-frontend-js-utils": "1.0.20",
"nav-frontend-lenker": "2.0.2",
"nav-frontend-lenker-style": "2.0.2",
"nav-frontend-paneler-style": "2.0.2",
"nav-frontend-skjema": "4.0.6",
"nav-frontend-typografi": "4.0.2",
"nav-frontend-typografi-style": "2.0.2",
"object-hash": "3.0.0",
"popper.js": "1.16.1",
"promise": "8.3.0",
"prop-types": "15.8.1",
"re-resizable": "6.10.3",
"react": "18.3.1",
"react-aria-menubutton": "7.0.3",
"react-collapse": "5.1.1",
"react-day-picker": "9.5.0",
"react-dom": "18.3.1",
"react-intl": "7.1.5",
"react-modal": "3.16.3",
"react-popper": "2.3.0",
"react-query": "3.39.3",
"react-redux": "9.2.0",
"react-router": "7.1.3",
"react-router-dom": "7.1.3",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"source-map-loader": "5.0.0",
"start-server-and-test": "2.0.10",
"tailwindcss": "3.4.17",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript-string-operations": "1.5.1",
"ulid": "2.3.0",
"uuid": "11.0.5",
"yup": "1.6.1"
},
"resolutions": {
"postcss": "8.4.31"
},
"scripts": {
"dev": "yarn run dev-env-variables node --trace-deprecation src/build/scripts/start-dev.mjs",
"dev-env-variables": "cross-env OMP_MA_FEATURE_TOGGLE=true OMP_KS_ENABLED=true PLS_ENABLED=true OMP_UT_FEATURE_TOGGLE=true SEND_BREV_OG_LUKK_OPPGAVE_FEATURE_TOGGLE=true OLP_ENABLED=true OMP_AO_ENABLED=true POSTMOTTAK_TOGGLE=true",
"start:e2e": "yarn run dev-env-variables MSW_MODE=test node src/build/scripts/start-dev.mjs",
"start-express": "node ./server.js",
"build": "cross-env NODE_ENV=production SENTRY_RELEASE=$(git rev-parse --short HEAD) node ./src/build/scripts/production-build.mjs",
"test": "node node_modules/jest/bin/jest.js --config ./jest.config.json",
"lint": "eslint --quiet",
"lintNq": "eslint",
"eject": "react-scripts eject",
"cypress:headless": "cypress run",
"cypress:open": "cypress open",
"test:e2e": "start-server-and-test start:e2e http://localhost:8080 cypress:headless",
"test:e2eUI": "start-server-and-test start:e2e http://localhost:8080 cypress:open",
"sentry-release": "(SENTRY_RELEASE=$(git rev-parse --short HEAD); node ./src/build/scripts/sentry-release)",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"docker-up": "docker-compose -f dev/docker-compose.yml up -d",
"docker-down": "docker-compose -f dev/docker-compose.yml down"
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.7",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.7",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@eslint/js": "^9.19.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@storybook/addon-essentials": "8.5.2",
"@storybook/addon-interactions": "8.5.2",
"@storybook/addon-links": "8.5.2",
"@storybook/react": "8.5.2",
"@testing-library/cypress": "10.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/eslint__js": "^8.42.3",
"@types/fetch-headers": "2.0.2",
"@types/intl": "1.2.2",
"@types/jest": "29.5.14",
"@types/lodash": "^4.17.14",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.12",
"@types/react-aria-menubutton": "6.2.14",
"@types/react-collapse": "5.0.4",
"@types/react-document-title": "2.0.10",
"@types/react-dom": "18.3.1",
"@types/react-intl": "3.0.0",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "18.3.0",
"@types/redux-logger": "^3.0.13",
"@types/redux-mock-store": "1.5.0",
"@types/regenerator-runtime": "^0.13.8",
"@types/testing-library__cypress": "5.0.13",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "^7.0.3",
"css-loader": "7.1.2",
"cypress": "^14.0.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"html-webpack-harddisk-plugin": "2.0.0",
"intl": "1.2.5",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-css-modules": "2.1.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "4.0.2",
"jest-mock": "29.7.0",
"less": "4.2.2",
"less-loader": "12.2.0",
"lint-staged": "15.4.3",
"msw": "2.7.0",
"nav-frontend-skjema-style": "3.0.3",
"postcss": "8.5.1",
"postcss-less": "6.0.0",
"postcss-loader": "8.1.1",
"prettier": "3.4.2",
"react-refresh": "0.16.0",
"regenerator-runtime": "0.14.1",
"storybook": "8.5.2",
"style-loader": "4.0.0",
"stylelint": "16.14.0",
"terser-webpack-plugin": "5.3.11",
"ts-jest": "29.2.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"webpack": "5.97.1",
"webpack-dev-server": "5.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"lint-staged": {
"src/app/**/*.ts?(x)": "eslint --cache --fix",
"*.(le|c)ss": "stylelint --fix",
"src/app/**/*.{ts,tsx,js,jsx,css,less}": "prettier --write"
},
"workspaces": [
"server"
],
"msw": {
"workerDirectory": [
"src/mocks"
]
},
"packageManager": "[email protected]"
}