forked from equinor/sara
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 883 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
{
"name": "sara-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@azure/msal-browser": "^5.6.3",
"@azure/msal-react": "^5.2.1",
"@equinor/eds-core-react": "^2.5.0",
"@equinor/eds-icons": "^1.4.0",
"@equinor/eds-tokens": "^2.2.0",
"d3-scale-chromatic": "^3.1.0",
"konva": "^10.3.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-konva": "^19.2.4",
"react-router": "^7.14.0",
"styled-components": "^6.4.0"
},
"devDependencies": {
"@types/d3-scale-chromatic": "^3.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.8"
}
}