-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "@navikt/bygger-frontend",
"version": "1.0.0",
"private": true,
"description": "WYSIWYG-skjemaeditor som lar deg bygge form.io-skjemaer.",
"repository": {
"type": "git",
"url": "https://github.com/navikt/skjemabygging-formio.git",
"directory": "packages/bygger"
},
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"start": "cross-env-shell NODE_ENV=development vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check-types": "tsc",
"clean": "rimraf dist coverage node_modules",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"cypress": "cypress run",
"cypress:open": "cypress open"
},
"dependencies": {
"@navikt/ds-css": "^5.17.4",
"@navikt/ds-icons": "^3.4.3",
"@navikt/ds-react": "^5.17.4",
"@navikt/skjemadigitalisering-shared-components": "1.0.0",
"@navikt/skjemadigitalisering-shared-domain": "1.0.0",
"classnames": "^2.5.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"pusher": "^5.2.0",
"pusher-js": "^8.3.0",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"lodash.template": "^4.5.0"
}
}