-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.3 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": "aap-innsyn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test": "jest",
"intl:diff": "json-diff -k ./lib/translations/nb.json ./lib/translations/nn.json",
"postinstall": "patch-package"
},
"prettier": "@navikt/aap-felles-prettier",
"dependencies": {
"@grafana/faro-web-sdk": "^1.12.2",
"@navikt/aap-felles-css": "^4.2.2",
"@navikt/aap-felles-react": "^4.2.2",
"@navikt/aap-felles-utils": "^4.2.2",
"@navikt/aap-felles-utils-client": "^4.2.2",
"@navikt/aksel-icons": "^7.9.1",
"@navikt/ds-css": "^7.9.1",
"@navikt/ds-react": "^7.9.1",
"@navikt/nav-dekoratoren-moduler": "^3.1.3",
"@navikt/next-api-proxy": "^4.1.3",
"@navikt/oasis": "^3.6.0",
"@vercel/otel": "^1.10.0",
"cookie": "^0.6.0",
"csp-header": "^6.0.0",
"date-fns": "^4.1.0",
"html-react-parser": "^5.2.2",
"jsdom": "^26.0.0",
"next": "^15.1.4",
"node-cache": "^5.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "^7.1.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@navikt/aap-felles-prettier": "^4.2.2",
"@navikt/eslint-config-aap": "^4.2.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/amplitude-js": "^8.16.5",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.17.12",
"@types/react": "19.0.6",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.4",
"eslint-plugin-jest": "^28.10.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"json-diff": "^1.0.6",
"lint-staged": "^15.3.0",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"uuid": "^11.0.5"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"packageManager": "[email protected]"
}