-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.97 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "pledger-ui",
"version": "1.4.0",
"type": "module",
"private": true,
"homepage": "/ui",
"dependencies": {
"@tailwindcss/vite": "^4.0.7",
"@testing-library/jest-dom": "^6.8.0",
"@vitejs/plugin-react-swc": "^4.0.0",
"axios": "^1.7.2",
"chart.js": "^4.4.7",
"chartjs-adapter-spacetime": "^1.0.1",
"cra-template": "1.3.0",
"jwt-decode": "^4.0.0",
"oidc-client-ts": "^3.2.1",
"primeicons": "^8.0.0",
"primereact": "^10.9.2",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.1",
"react-oidc-context": "^3.3.0",
"react-router": "^7.1.1",
"spacetime": "^7.6.2",
"vite": "^8.0.0",
"vite-plugin-svgr": "^5.0.0",
"vite-tsconfig-paths": "^6.0.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.0.0",
"@iconify-icon/react": "^3.0.3",
"@stylistic/eslint-plugin": "^5.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.0.2",
"@vitest/coverage-v8": "^4.0.0",
"eslint": "^10.0.0",
"husky": "^9.1.7",
"jsdom": "^29.0.0",
"lint-staged": "^17.0.0",
"prop-types": "^15.8.1",
"sass": "^1.83.0",
"sass-embedded": "^1.85.0",
"sonar-scanner": "^3.1.0",
"tailwindcss": "^4.0.7",
"typescript": "^5.6.3",
"typescript-eslint": "8.64.0",
"vite-plugin-static-copy": "^4.0.0",
"vitest": "^4.0.0",
"web-vitals": "^5.0.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"lint": "eslint src/**/*.ts{,x}",
"prepare": "husky || true"
},
"browserslist": {
"production": [
"last 1 version",
"> 1%",
"not dead"
],
"development": [
"last 1 version"
]
},
"engines": {
"node": ">=22.0.0 <=26.5.0"
},
"packageManager": "yarn@1.22.22"
}