-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
149 lines (149 loc) · 4.77 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "catalog-frontend",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:concept": "nx serve concept-catalog",
"start:service": "nx serve service-catalog",
"start:data-service": "nx serve data-service-catalog",
"build": "nx build",
"build-all": "nx run-many --target=build --all",
"test": "yarn run affected:test",
"test-all": "nx run-many --target=test --all",
"lint": "yarn run affected:lint",
"lint-all": "yarn nx run-many --target=lint --skip-nx-cache --verbose",
"affected:build": "nx affected -t build",
"affected:e2e": "nx affected -t e2e",
"affected:test": "nx affected -t test",
"affected:lint": "nx affected -t lint",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"matrix": "nx show projects --affected --type=app| tr '\n' ',' | jq -cR 'split(\",\")[:-1]'",
"prepare": "husky install",
"postinstall": "husky install",
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.11.8",
"@digdir/designsystemet-css": "0.10.0",
"@digdir/designsystemet-react": "0.63.1",
"@digdir/designsystemet-theme": "^0.15.3",
"@fellesdatakatalog/icons": "^0.8.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@navikt/aksel-icons": "^7.1.0",
"@tanstack/react-query": "^5.59.0",
"classnames": "^2.5.1",
"fast-json-patch": "^3.1.1",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"http-proxy": "^1.18.1",
"immer": "^10.1.1",
"install": "^0.13.0",
"json-patch-es6": "^2.0.9",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"nuqs": "^1.19.3",
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.5",
"react": "18.3.1",
"react-arborist": "^3.4.0",
"react-checkbox-tree": "^1.8.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-localization": "^1.0.19",
"react-markdown": "^9.0.1",
"react-papaparse": "^4.4.0",
"tslib": "^2.7.0",
"ws": "^8.18.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@nx/cypress": "19.8.3",
"@nx/devkit": "19.8.3",
"@nx/eslint": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/next": "19.8.3",
"@nx/playwright": "19.8.3",
"@nx/react": "19.8.3",
"@nx/web": "19.8.3",
"@nx/workspace": "19.8.3",
"@playwright/test": "^1.47.2",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "1.7.26",
"@swc/helpers": "~0.5.13",
"@swc/jest": "0.2.36",
"@swc/plugin-styled-components": "^3.0.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "2.1.4",
"cypress": "^13.15.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-svg-transformer": "^1.0.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.10",
"npm": "^10.8.3",
"nx": "^19.8.3",
"playwright-core": "^1.47.2",
"playwright-ctrf-json-reporter": "^0.0.18",
"prettier": "3.3.3",
"sass": "^1.81.0",
"styled-components": "^6.1.13",
"swc-loader": "0.2.6",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"webpack": "^5.95.0"
},
"resolutions": {
"axios": "^1.7.4",
"micromatch": "^4.0.8"
},
"packageManager": "yarn@4.5.0"
}