-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 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": "opencodelists",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint:fix": "biome check --write",
"lint": "biome check",
"lint:ci": "biome ci",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:single": "vitest -t",
"typecheck": "tsc -p ./"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^4.3.0",
"@vitest/coverage-v8": "^4.1.0",
"jsdom": "^29.0.1",
"nock": "^14.0.11",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"vite-plugin-live-reload": "^3.1.0",
"vitest": "^4.0.1"
},
"dependencies": {
"@fontsource-variable/public-sans": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"@popperjs/core": "2.11.8",
"@sindresorhus/slugify": "^3.0.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.95.0",
"@tanstack/react-query-devtools": "^5.95.0",
"@zachleat/details-utils": "^2.0.2",
"bootstrap": "4.6.2",
"datatables.net-bs4": "1.13.11",
"jquery": "3.7.1",
"lite-youtube-embed": "^0.3.4",
"react": "18.3.1",
"react-bootstrap": "1.6.8",
"react-dom": "18.3.1",
"tailwindcss": "^4.1.18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensafely-core/opencodelists.git"
},
"license": "GPL-3.0-or-later"
}