forked from navikt/fp-frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
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
{
"name": "@fpsak-frontend/fakta-omsorg",
"version": "1.0.0",
"module": "index.ts",
"license": "MIT",
"private": true,
"dependencies": {
"@fpsak-frontend/fakta-felles": "1.0.0",
"@fpsak-frontend/form": "1.0.0",
"@fpsak-frontend/kodeverk": "1.0.0",
"@fpsak-frontend/shared-components": "1.0.0",
"@fpsak-frontend/types": "1.0.0",
"@fpsak-frontend/types-avklar-aksjonspunkter": "1.0.0",
"@fpsak-frontend/utils": "1.0.0",
"moment": "^2.29.1",
"nav-frontend-core": "6.0.1",
"nav-frontend-etiketter": "3.0.1",
"nav-frontend-etiketter-style": "2.0.1",
"nav-frontend-grid": "2.0.1",
"nav-frontend-grid-style": "1.0.2",
"nav-frontend-typografi": "4.0.1",
"nav-frontend-typografi-style": "2.0.1",
"react": "^17.0.2",
"react-intl": "^5.23.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
"reselect": "^4.1.5"
},
"devDependencies": {
"@fpsak-frontend/utils-test": "1.0.0",
"enzyme": "^3.11.0",
"sinon": "^20.0.0"
}
}