-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 2.85 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
{
"name": "aap-soknad",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amplitude/analytics-browser": "^2.9.3",
"@grafana/faro-web-sdk": "^1.8.0",
"@navikt/aap-felles-css": "^1.0.2",
"@navikt/aap-felles-react": "^1.9.1",
"@navikt/aap-felles-utils": "^1.9.7",
"@navikt/aap-felles-utils-client": "^1.0.2",
"@navikt/ds-css": "^6.13.0",
"@navikt/ds-icons": "^3.4.3",
"@navikt/ds-react": "^6.13.0",
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
"@navikt/next-api-proxy": "3.4.2",
"@navikt/oasis": "^3.3.0",
"@ungap/structured-clone": "^1.2.0",
"@vercel/otel": "1.8.2",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0",
"i18n-iso-countries": "^7.12.0",
"is-european": "1.0.7",
"next": "^14.2.16",
"node-cache": "^5.1.2",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.12",
"react-intl": "6.6.8",
"typescript": "^5.5.3",
"uuid": "10.0.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@playwright/test": "^1.45.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/amplitude-js": "^8.16.5",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ungap__structured-clone": "^1.2.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.7.0",
"json-diff": "^1.0.6",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"process": "^0.11.10",
"ts-jest": "^29.1.5"
},
"resolutions": {
"lmdb": "2.1.7",
"@types/react": "^18.0.26"
},
"scripts": {
"build:mock": "parcel build src/index.html",
"lint:jsts": "npx eslint .",
"test": "jest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"browserslist": {
"production": [
"defaults",
"not IE 11",
"maintained node versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]"
}