-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
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
{
"name": "@web/themebuilder",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "cross-env NODE_ENV=development node server.js",
"start": "node server.js",
"types": "react-router typegen && tsc"
},
"dependencies": {
"@digdir/designsystemet": "workspace:^",
"@digdir/designsystemet-css": "workspace:^",
"@digdir/designsystemet-react": "workspace:^",
"@internal/components": "workspace:^",
"@internal/digdir": "workspace:^",
"@navikt/aksel-icons": "8.10.2",
"@radix-ui/react-slot": "1.2.4",
"@react-router/express": "7.14.2",
"@react-router/node": "7.14.2",
"clsx": "2.1.1",
"compression": "1.8.1",
"cross-env": "10.1.0",
"express": "5.2.1",
"i18next": "25.10.10",
"isbot": "5.1.39",
"morgan": "1.10.1",
"react": "19.2.5",
"react-color-palette": "7.3.1",
"react-dom": "19.2.5",
"react-i18next": "17.0.4",
"react-router": "7.14.2",
"remix-i18next": "7.5.0"
},
"devDependencies": {
"@react-router/dev": "7.14.2",
"@types/express": "5.0.6",
"@types/express-serve-static-core": "5.1.1",
"@types/morgan": "1.9.10",
"@types/node": "24.12.2",
"@types/ramda": "0.31.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"ramda": "0.32.0",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-tsconfig-paths": "6.1.1"
}
}