-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.76 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
{
"name": "veilarbvedtaksstottefs",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "cross-env REACT_APP_DEV=true craco start",
"build": "cross-env craco build",
"build:mock": "cross-env PUBLIC_URL=/veilarbvedtaksstottefs REACT_APP_DEV=true craco build",
"test": "craco test",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"prepare": "husky"
},
"lint-staged": {
"src/**/*.{json,less,css,md}": [
"prettier --write"
],
"src/**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --config .eslintrc.lintstaged.json"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@craco/craco": "7.1.0",
"@navikt/aksel-icons": "5.18.3",
"@navikt/arbeidssokerregisteret-utils": "1.0.0",
"@navikt/ds-css": "5.18.3",
"@navikt/ds-react": "5.18.3",
"@navikt/fnrvalidator": "1.3.0",
"@navikt/navspa": "5.0.1",
"axios": "1.7.4",
"classnames": "2.5.1",
"constate": "3.3.2",
"craco-less": "3.0.1",
"dayjs": "1.11.12",
"dompurify": "3.1.6",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-pdf": "5.7.2",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/dompurify": "3.0.5",
"@types/jest": "29.5.12",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "4.5.8",
"@types/react": "17.0.57",
"@types/react-dom": "17.0.19",
"@types/react-pdf": "5.7.4",
"cross-env": "7.0.3",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"msw": "2.3.5",
"prettier": "3.3.3"
},
"msw": {
"workerDirectory": "public"
}
}