-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 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": "intility-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@azure/msal-browser": "^5.6.3",
"@azure/msal-react": "^5.2.1",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/pro-duotone-svg-icons": "^7.2.0",
"@fortawesome/pro-light-svg-icons": "^7.2.0",
"@fortawesome/pro-regular-svg-icons": "^7.2.0",
"@fortawesome/pro-solid-svg-icons": "^7.2.0",
"@intility/bifrost-react": "^6.15.2",
"@sentry/react": "^10.44.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.14.0",
"use-local-storage-state": "^19.5.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@biomejs/biome": "2.4.10",
"@intility/eslint-config-react-compiler": "^1.0.0",
"@intility/vite-plugin-msal": "^0.4.0",
"@rolldown/plugin-babel": "^0.2.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"happy-dom": "^20.8.9",
"typescript": "~5.9.3",
"vite": "^8.0.0",
"vite-plugin-checker": "^0.12.0",
"vitest": "^4.1.2"
}
}