-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 927 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 927 Bytes
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
{
"name": "@internal/components",
"version": "0.0.0",
"private": true,
"author": "Designsystemet team",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"src/**"
],
"scripts": {
"types": "tsc --noEmit"
},
"peerDependencies": {
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"dependencies": {
"@digdir/designsystemet": "workspace:^",
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@radix-ui/react-slot": "^1.2.4",
"@navikt/aksel-icons": "^7.37.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
"prettier": "^3.7.4",
"react-code-block": "^1.1.3",
"react": "^19.2.3",
"react-i18next": "^16.5.1",
"react-router": "^7.11.0",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
}
}