-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.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
{
"name": "@navikt/skjemadigitalisering-shared-components",
"version": "1.0.0",
"private": true,
"description": "Komponenter som er delt mellom bygger og utfyller",
"repository": {
"type": "git",
"url": "https://github.com/navikt/skjemabygging-formio.git",
"directory": "packages/shared-components"
},
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "tsc && vite build",
"check-types": "tsc",
"clean": "rimraf dist coverage node_modules",
"watch": "vite build --watch",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"prepare": "yarn build"
},
"dependencies": {
"@navikt/ds-css": "^5.17.4",
"@navikt/ds-icons": "^3.4.3",
"@navikt/ds-react": "^5.17.4",
"@navikt/fnrvalidator": "^1.3.3",
"@navikt/skjemadigitalisering-shared-domain": "1.0.0",
"amplitude-js": "8.21.9",
"classnames": "2.5.1",
"eventemitter2": "^6.4.9",
"file-saver": "2.0.5",
"formiojs": "4.18.0",
"@formio/react": "5.3.0",
"ibantools": "^4.3.9",
"lodash.clonedeep": "^4.5.0",
"lodash.set": "^4.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jss": "^10.10.0",
"react-router-dom": "^6.22.0",
"react-select": "^5.8.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"i18next": "^23.8.2",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"nock": "^13.5.1",
"power-assert": "^1.6.1"
}
}