generated from StanfordBDHG/NextJSTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.43 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@stanfordspezi/spezi-web-health-components",
"version": "0.1.0",
"license": "MIT",
"description": "Stanford Biodesign Digital Health Web Health Components",
"keywords": [
"Stanford",
"Biodesign",
"Spezi",
"Web",
"Health",
"Components"
],
"engines": {
"node": "22"
},
"repository": {
"type": "git",
"url": "https://github.com/StanfordSpezi/spezi-web-health-components"
},
"main": "dist/web-health-components.es.js",
"types": "dist/src/index.d.ts",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:ci": "eslint --output-file eslint_report.json --format json .",
"test": "vitest run --coverage",
"docs": "typedoc",
"docs:ci": "typedoc --out ./out/docs --githubPages true",
"storybook": "storybook dev -p 6006",
"prepush": "yarn run lint:fix && tsc --noEmit"
},
"devDependencies": {
"@hookform/resolvers": "^3.9.0",
"@medplum/fhirtypes": "^3.2.27",
"@nextui-org/pagination": "^2.0.36",
"@stanfordbdhg/engagehf-models": "^0.4.0",
"@stanfordspezi/spezi-web-design-system": "^0.2.1",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-router": "^1.74.4",
"@tanstack/react-table": "^8.20.5",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^16",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"es-toolkit": "^1.25.2",
"eslint": "^8",
"eslint-config-next": "^14",
"eslint-config-prettier": "^9",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2",
"eslint-plugin-prettier": "^5",
"firebase": "^10.14.1",
"jsdom": "^25.0.1",
"postcss-import": "^16.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-day-picker": "^8",
"react-hook-form": "^7.53.1",
"sonner": "^1.5.0",
"tailwindcss-animate": "^1.0.7",
"typedoc": "^0.26",
"use-debounce": "^10.0.4",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4",
"zod": "^3.23.8"
},
"peerDependencies": {
"next-intl": "^3.21.1",
"react": "^18",
"react-dom": "^18"
}
}