-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
146 lines (146 loc) · 5.13 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
{
"name": "fdk-frontend",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=20.11.1"
},
"packageManager": "yarn@4.5.1",
"lint-staged": {
"*.tsx": [
"eslint --cache --fix",
"prettier --write --cache --ignore-unknown"
]
},
"scripts": {
"build": "nx run-many --target=build --all",
"dev": "nx run-many --target=dev --all --turbopack",
"lint": "nx run-many --target=lint --all --no-error-on-unmatched-pattern",
"test": "nx run-many --target=test --all",
"e2e": "nx run-many --target=e2e --all",
"affected:build": "nx affected:build",
"affected:dev": "nx affected:dev",
"affected:lint": "nx affected:lint --base=origin/main --exclude=libs/dictionaries --no-error-on-unmatched-pattern",
"affected:test": "nx affected:test --base=origin/main --exclude=libs/dictionaries",
"affected:e2e": "nx affected:e2e --base=origin/main",
"affected:dep-graph": "nx affected:dep-graph --base=origin/main",
"affected:apps": "nx affected:apps --base=origin/main",
"affected:libs": "nx affected:libs --base=origin/main",
"affected:build:ci": "nx affected:build --base=origin/main --head=HEAD",
"affected:dev:ci": "nx affected:dev --base=origin/main --head=HEAD",
"affected:lint:ci": "nx affected:lint --base=origin/main --head=HEAD",
"affected:test:ci": "nx affected:test --base=origin/main --head=HEAD",
"affected:e2e:ci": "nx affected:e2e --base=origin/main --head=HEAD",
"affected:dep-graph:ci": "nx affected:dep-graph --base=origin/main --head=HEAD",
"affected:apps:ci": "nx affected:apps --base=origin/main --head=HEAD",
"affected:libs:ci": "nx affected:libs --base=origin/main --head=HEAD",
"matrix": "nx show projects --affected --type=app| tr '\n' ',' | jq -cR 'split(\",\")[:-1]'",
"format": "nx format:write",
"storybook": "nx storybook storybook-app"
},
"dependencies": {
"@digdir/designsystemet-css": "^0.10.0",
"@digdir/designsystemet-react": "^0.63.1",
"@digdir/designsystemet-theme": "^0.15.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@navikt/aksel-icons": "^6.16.0",
"@next/mdx": "15.0.1",
"@types/mdx": "^2.0.13",
"@types/react-syntax-highlighter": "^15.5.13",
"classnames": "^2.5.1",
"framer-motion": "^11.3.28",
"js-cookie": "^3.0.5",
"jsonld": "^8.3.2",
"leaflet": "^1.9.4",
"marked": "^14.1.2",
"next": "15.0.1",
"next-mdx-remote": "^5.0.0",
"normalize.css": "^8.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
"tslib": "^2.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@emotion/is-prop-valid": "^1.3.1",
"@eslint/js": "^9.13.0",
"@nx/devkit": "20.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/next": "20.0.6",
"@nx/playwright": "20.0.6",
"@nx/react": "20.0.6",
"@nx/storybook": "20.0.5",
"@nx/web": "20.0.6",
"@nx/workspace": "20.0.6",
"@playwright/test": "^1.46.1",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/core-server": "8.3.6",
"@storybook/nextjs": "8.3.6",
"@storybook/test-runner": "^0.19.1",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.5.0",
"@swc/core": "~1.7.40",
"@swc/helpers": "~0.5.13",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/js-cookie": "^3.0.6",
"@types/jsonld": "^1.5.15",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.7",
"@types/node": "20.12.7",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "8.11.0",
"babel-jest": "^29.7.0",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": ">=10",
"nx": "20.0.6",
"playwright-core": "^1.46.1",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0",
"postcss-preset-env": "^10.0.2",
"prettier": "3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"react-markdown": "^9.0.1",
"sass": "^1.77.8",
"storybook": "8.3.6",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"resolutions": {
"axios": "^1.7.5",
"elliptic": "^6.5.7",
"micromatch": "^4.0.8",
"ws": "^8.17.1"
}
}