-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
108 lines (108 loc) · 3.58 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": "personopplysninger",
"version": "3.6.43",
"private": true,
"author": "Nav",
"license": "MIT",
"homepage": "http://www.nav.no/person/personopplysninger/",
"scripts": {
"start": "npm-run-all -p start:*",
"start:less": "less-watch-compiler",
"start:ts": "vite dev",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"postinstall": "cd server && npm install",
"build": "npm-run-all -p build:*",
"build:js": "vite build",
"build:css": "less-watch-compiler --run-once",
"test": "vitest",
"analyze": "npx vite-bundle-visualizer"
},
"dependencies": {
"@grafana/faro-web-sdk": "1.10.1",
"@grafana/faro-web-tracing": "1.10.1",
"@navikt/aksel-icons": "7.1.0",
"@navikt/arbeidsforhold": "4.1.1",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-react": "7.1.0",
"@navikt/fnrvalidator": "2.1.2",
"@navikt/nav-dekoratoren-moduler": "3.1.0",
"@navikt/nav-office-reception-info": "1.1.0",
"@react-pdf/renderer": "3.4.4",
"buffer": "6.0.3",
"core-js": "3.38.1",
"dayjs": "1.11.13",
"fetch-mock": "11.1.5",
"file-saver": "2.0.5",
"ibantools": "4.5.1",
"intl": "1.2.5",
"js-cookie": "3.0.5",
"jsdom": "25.0.1",
"lodash.throttle": "4.1.1",
"node-cache": "5.1.2",
"node-fetch": "3.3.2",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-collapse": "5.1.1",
"react-day-picker": "9.1.3",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-intl": "6.7.0",
"react-modal": "3.16.1",
"react-router-dom": "6.26.2",
"react-select": "5.8.1",
"ssri": "10.0.6"
},
"devDependencies": {
"@navikt/eslint-config-navno": "1.3.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/fetch-mock": "7.3.8",
"@types/file-saver": "2.0.7",
"@types/js-cookie": "3.0.6",
"@types/jsdom": "21.1.7",
"@types/node": "20.14.10",
"@types/node-fetch": "2.6.11",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/react-modal": "3.16.3",
"@types/react-router-dom": "5.3.3",
"@types/react-select": "5.0.1",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react": "4.3.1",
"classnames": "2.5.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"less": "4.2.0",
"less-plugin-npm-import": "2.1.0",
"less-watch-compiler": "1.16.3",
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"source-map-explorer": "2.5.3",
"typescript": "5.6.2",
"vite": "5.4.6",
"vite-plugin-node-polyfills": "0.22.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1",
"vitest-fetch-mock": "0.3.0"
},
"browserslist": {
"production": [
">0.2% and last 2 versions",
"not dead",
"not op_mini all"
],
"development": [
"last 1 version"
]
},
"eslintConfig": {
"extends": "@navikt/eslint-config-navno/eslint"
},
"prettier": "@navikt/eslint-config-navno/prettier"
}