-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
{
"name": "aap-kalkulator-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:e2e": "playwright test",
"prepare": "husky install",
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.7.3",
"@navikt/ds-css": "^6.10.1",
"@navikt/ds-icons": "^3.4.3",
"@navikt/ds-react": "^6.10.1",
"@navikt/ds-tailwind": "^6.10.1",
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
"date-fns": "^3.6.0",
"next": "^14.2.15",
"node-fetch": "^3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "^6.8.9"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@navikt/aap-felles-prettier": "^1.9.7",
"@navikt/eslint-config-aap": "^1.0.2",
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"@types/react": "^18.3.3",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-next": "^14.2.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json-diff": "^1.0.6",
"lint-staged": "^15.3.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.1.4",
"typescript": "^5.7.2"
},
"resolutions": {
"ws": "8.17.1"
},
"prettier": "@navikt/aap-felles-prettier",
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"packageManager": "yarn@4.1.1"
}