This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.38 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
{
"name": "k9-saksbehandling-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "lerna run build --stream",
"build-frontend-modules": "lerna run build --scope '{@navikt/k9-fe-array-utils,@navikt/k9-fe-bem-utils,@navikt/k9-fe-date-utils,@navikt/k9-fe-form-utils,@navikt/k9-fe-http-utils,@navikt/k9-fe-period-utils}'",
"test:all": "lerna run test --stream",
"test:changed": "lerna run test --stream --since origin/main",
"lint": "lerna run lint --stream",
"ts-check": "lerna run ts-check --stream",
"lerna-publish": "yarn build && lerna publish",
"lerna-changed": "lerna changed"
},
"keywords": [],
"author": "NAV IT",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.7",
"@types/jest-image-snapshot": "6.2.2",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"cypress": "13.4.0",
"eslint": "8.52.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.5.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-image-snapshot": "6.2.0",
"lerna": "8.0.0",
"less": "4.2.0",
"less-loader": "11.1.3",
"mini-css-extract-plugin": "2.7.6",
"nodemon": "3.0.1",
"pre-commit": "1.2.2",
"prettier": "3.0.3",
"react-refresh": "0.14.0",
"rollup": "3.29.4",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"start-server-and-test": "2.0.3",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0"
},
"resolutions": {
"eslint-config-airbnb": "18.2.1",
"postcss": "8.4.31",
"trim": "1.0.1",
"trim-newlines": "3.0.1",
"glob-parent": "5.1.2"
},
"msw": {
"workerDirectory": "dist"
},
"workspaces": [
"packages/*",
"packages/k9-frontend-modules/*"
],
"packageManager": "[email protected]"
}