-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 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
{
"name": "@opensafely/job-server",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "biome check",
"lint:ci": "biome ci",
"lint:fix": "biome check --write",
"test": "npx vitest run",
"test:watch": "npx vitest",
"test:coverage": "npx vitest run --coverage",
"test:single": "npx vitest -t"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@biomejs/biome": "^2.2.4",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"@vitest/coverage-v8": "^4.1.4",
"history": "^5.3.0",
"jsdom": "^29.0.2",
"vite": "^8.0.8",
"vite-plugin-live-reload": "^3.1.0",
"vite-plugin-static-copy": "^4.0.1",
"vitest": "^4.0.3",
"vitest-fetch-mock": "^0.4.5"
},
"dependencies": {
"@fontsource/public-sans": "^5.2.7",
"@github/filter-input-element": "^0.1.1",
"@sentry/react": "^10.48.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.99.0",
"@tanstack/react-query-devtools": "^5.99.0",
"@zachleat/details-utils": "^2.0.2",
"highlight.js": "^11.11.1",
"htmx.org": "^2.0.8",
"just-debounce-it": "^3.2.0",
"pretty-bytes": "^7.1.0",
"prop-types": "^15.8.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-papaparse": "^4.4.0",
"react-router-dom": "^7.14.0",
"react-toastify": "^11.0.5",
"simple-datatables": "^10.2.0",
"slugify": "^1.6.9",
"tailwindcss": "^4.1.13",
"tom-select": "^2.5.2"
}
}