-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"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.5.7",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.6",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.1.0",
"@vitest/coverage-v8": "^4.1.11",
"jsdom": "^30.0.1",
"nock": "^14.0.17",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vite-plugin-live-reload": "^3.1.0",
"vitest": "^4.1.10"
},
"dependencies": {
"@fontsource-variable/public-sans": "^5.3.0",
"@fontsource/public-sans": "^5.3.0",
"@popperjs/core": "2.11.8",
"@sindresorhus/slugify": "^3.0.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-query": "^5.102.2",
"@tanstack/react-query-devtools": "^5.102.2",
"@zachleat/details-utils": "^3.0.0",
"bootstrap": "4.6.2",
"datatables.net": "^3.0.2",
"datatables.net-bs4": "3.0.2",
"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.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensafely-core/opencodelists.git"
},
"license": "GPL-3.0-or-later"
}