-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "navno-cms-archive",
"private": true,
"version": "0.0.0",
"type": "module",
"workspaces": [
"common",
"legacy-archive",
"legacy-archive/server",
"xp-archive",
"xp-archive/server"
],
"dependencies": {
"@navikt/aksel-icons": "7.4.0",
"@navikt/ds-css": "7.4.0",
"@navikt/ds-react": "7.4.0",
"express": "4.21.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"swr": "2.2.5"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-css-modules": "2.12.0",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.6.3",
"vite": "5.4.14",
"vite-tsconfig-paths": "5.0.1"
}
}