-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.38 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
{
"name": "finnfastlege",
"version": "0.0.1",
"description": "Digitalisering av sykefraværsoppfølging",
"main": "index.tsx",
"test": "npm run test",
"scripts": {
"test": "vitest run",
"lint-and-typecheck": "npm run lint && npm run typecheck",
"typecheck": "tsc --noEmit -p tsconfig.json",
"lint": "eslint src test --ext .ts --ext .tsx --ext .js --ext .jsx",
"start": "webpack serve --config webpack.dev.ts",
"build": "webpack --config webpack.prod.ts"
},
"author": "Team DigiSyfo <digisyfo@nav.no>",
"license": "ISC",
"dependencies": {
"@grafana/faro-react": "1.9.0",
"@grafana/faro-web-sdk": "1.9.0",
"@grafana/faro-web-tracing": "1.9.0",
"@navikt/ds-css": "7.0.0",
"@navikt/ds-react": "7.0.0",
"@navikt/fnrvalidator": "1.3.0",
"@navikt/navspa": "6.0.1",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query-devtools": "5.51.24",
"@types/connect-redis": "0.0.18",
"@types/express": "4.17.21",
"@types/express-http-proxy": "1.6.3",
"@types/express-session": "1.18.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/redis": "2.8.32",
"@types/styled-components": "5.1.25",
"axios": "1.7.7",
"classnames": "2.5.1",
"connect-redis": "6.1.3",
"core-js": "3.38.0",
"dotenv": "16.4.5",
"express": "4.19.2",
"express-http-proxy": "1.6.3",
"express-session": "1.18.0",
"http-proxy": "1.18.1",
"https-proxy-agent": "5.0.1",
"jose": "4.14.4",
"openid-client": "4.2.2",
"prom-client": "14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"redis": "3.1.2",
"regenerator-runtime": "0.14.1",
"styled-components": "5.3.5",
"ts-custom-error": "3.3.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/plugin-transform-regenerator": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@tanstack/eslint-plugin-query": "^4.21.0",
"@testing-library/dom": "8.13.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.2",
"@types/dotenv-webpack": "7.0.3",
"@types/jsdom": "16.2.14",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"autoprefixer": "10.4.20",
"babel-loader": "8.2.5",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-styled-components": "2.1.4",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.7.1",
"dotenv-webpack": "7.1.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "5.5.0",
"eslint-plugin-unused-imports": "2.0.0",
"html-webpack-plugin": "5.6.0",
"jsdom": "21.1.1",
"jsdom-global": "3.0.2",
"msw": "2.4.8",
"postcss-loader": "7.0.0",
"prettier": "2.6.2",
"style-loader": "3.3.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "5.6.2",
"url-loader": "4.1.1",
"vitest": "1.6.0",
"vite-tsconfig-paths": "4.3.2",
"webpack": "5.93.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.9.0",
"webpack-merge": "5.8.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}