-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "metrikkwebapp",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.9",
"@amplitude/plugin-user-agent-enrichment-browser": "^1.0.1",
"@fluentui/react": "^8.121.13",
"@fluentui/react-charting": "^5.23.18",
"@navikt/ds-css": "^7.6.0",
"@navikt/ds-react": "^7.6.0",
"d3": "^7.9.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.7",
"@vitest/ui": "^2.1.7",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"express": "4.21.1",
"jest-image-snapshot": "^6.4.0",
"jsdom": "^25.0.1",
"path": "^0.12.7",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "6.0.2",
"vitest": "^2.1.7"
}
}