-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "aktivitetskrav-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "npm run cypress",
"cypress": "cypress run --component",
"cypress:open": "cypress open --component",
"lint": "next lint"
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.12.2",
"@grafana/faro-web-tracing": "^1.12.2",
"@navikt/ds-css": "^5.18.3",
"@navikt/ds-react": "^5.18.3",
"@navikt/ds-tokens": "^5.9.2",
"@navikt/nav-dekoratoren-moduler": "^3.1.3",
"@navikt/next-logger": "^1.35.0",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"jsdom": "^25.0.1",
"next-router-mock": "^0.9.13",
"postcss": "^8",
"prettier": "3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}