-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
66 lines (66 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@opensafely/job-server",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "npx @biomejs/biome check",
"lint:fix": "npx @biomejs/biome check --write",
"test": "npx vitest run",
"test:watch": "npx vitest",
"test:coverage": "npx vitest run --coverage",
"test:single": "npx vitest -t"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.5",
"autoprefixer": "^10.4.20",
"history": "^5.3.0",
"jsdom": "^25.0.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.1",
"vite": "^5.4.11",
"vite-plugin-live-reload": "^3.0.3",
"vite-plugin-static-copy": "^2.1.0",
"vitest": "^2.1.2",
"vitest-fetch-mock": "^0.3.0",
"window-resizeto": "^0.0.2"
},
"dependencies": {
"@fontsource/public-sans": "^5.1.1",
"@github/filter-input-element": "^0.1.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@remotedevforce/tom-select": "^2.2.8",
"@sentry/react": "^8.40.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.61.5",
"@tanstack/react-query-devtools": "^5.61.5",
"@zachleat/details-utils": "^2.0.2",
"formik": "^2.4.6",
"highlight.js": "^11.10.0",
"html2pdf.js": "^0.10.2",
"htmx.org": "^2.0.3",
"just-debounce-it": "^3.2.0",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-papaparse": "^4.4.0",
"react-router-dom": "^7.0.1",
"react-toastify": "^10.0.6",
"simple-datatables": "^9.2.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.15",
"wouter": "^3.3.5",
"yup": "^1.4.0"
}
}