-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
118 lines (118 loc) · 4.52 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
109
110
111
112
113
114
115
116
117
118
{
"name": "veilarbportefoljeflatefs",
"version": "0.0.1",
"private": true,
"description": "veilarbportefoljeflatefs",
"author": "NAV",
"license": "MIT",
"homepage": "/veilarbportefoljeflatefs",
"scripts": {
"start": "cross-env REACT_APP_MOCK=true REACT_APP_DECORATOR=https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/dev react-scripts start",
"start:metrics": "cross-env REACT_APP_MOCK=true REACT_APP_DEPLOYMENT_ENV=local react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --watchAll=false --transformIgnorePatterns",
"lint": "echo not implemented",
"cypress:clear": "cypress cache clear",
"cypress:open": "cypress open",
"cy:run": "cypress run",
"build:mock": "cross-env PUBLIC_URL=/veilarbportefoljeflatefs REACT_APP_MOCK=true REACT_APP_DECORATOR=https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/dev react-scripts build",
"build:dev": "cross-env REACT_APP_DEPLOYMENT_ENV=development REACT_APP_MOCK=false PUBLIC_URL=/ REACT_APP_DECORATOR=/internarbeidsflatedecorator react-scripts build",
"build:prod": "cross-env REACT_APP_DEPLOYMENT_ENV=production REACT_APP_MOCK=false PUBLIC_URL=/ REACT_APP_DECORATOR=/internarbeidsflatedecorator react-scripts build",
"prepare": "husky install",
"pre-commit": "lint-staged --verbose"
},
"devDependencies": {
"@cypress/react": "8.0.2",
"@faker-js/faker": "8.4.1",
"@types/jest": "29.5.12",
"@types/lodash.throttle": "^4.1.9",
"@types/prop-types": "15.7.12",
"@types/react": "17.0.80",
"@types/react-collapse": "5.0.4",
"@types/react-dom": "17.0.25",
"@types/react-redux": "7.1.33",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.10",
"cypress": "13.17.0",
"husky": "8.0.3",
"lint-staged": "15.3.0",
"msw": "2.7.0",
"prettier": "3.3.2"
},
"dependencies": {
"@amplitude/analytics-browser": "2.9.3",
"@grafana/faro-web-sdk": "1.7.2",
"@navikt/aksel-icons": "5.17.0",
"@navikt/ds-css": "5.17.0",
"@navikt/ds-react": "5.17.0",
"@navikt/fnrvalidator": "^1.1.3",
"@navikt/navspa": "5.0.1",
"@reduxjs/toolkit": "2.3.0",
"@sanity/block-content-to-react": "^3.0.0",
"babel-polyfill": "6.26.0",
"browserslist": "4.23.1",
"classnames": "2.5.1",
"cross-env": "7.0.3",
"formik": "^2.4.6",
"lodash.throttle": "^4.1.1",
"moment": "2.30.1",
"nav-datovelger": "12.6.0",
"nav-frontend-chevron": "1.0.30",
"nav-frontend-chevron-style": "^1.0.4",
"nav-frontend-core": "^6.0.1",
"nav-frontend-ekspanderbartpanel": "4.0.4",
"nav-frontend-ekspanderbartpanel-style": "2.0.2",
"nav-frontend-grid-style": "1.0.3",
"nav-frontend-ikoner-assets": "^3.0.1",
"nav-frontend-js-utils": "^1.0.20",
"nav-frontend-knapper-style": "2.1.2",
"nav-frontend-lenker": "2.0.2",
"nav-frontend-lenker-style": "2.0.2",
"nav-frontend-paneler": "3.0.2",
"nav-frontend-paneler-style": "2.0.2",
"nav-frontend-skjema": "4.0.6",
"nav-frontend-skjema-style": "3.0.3",
"nav-frontend-typografi": "4.0.2",
"nav-frontend-typografi-style": "2.0.2",
"prop-types": "^15.8.1",
"query-string": "9.0.0",
"react": "17.0.2",
"react-collapse": "5.1.1",
"react-day-picker": "7.4.10",
"react-device-detect": "2.2.3",
"react-dom": "17.0.2",
"react-multi-select-component": "4.3.4",
"react-redux": "7.2.9",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"typescript": "4.9.5"
},
"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"
],
"resolutions": {
"react-error-overlay": "6.0.9"
},
"msw": {
"workerDirectory": "public"
}
}