generated from StanfordBDHG/NextJSTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
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": "engagehfwebfrontend",
"version": "0.1.0",
"license": "MIT",
"description": "Stanford Biodesign Digital Health ENGAGE-HF Web Frontend",
"keywords": [
"Stanford",
"Biodesign"
],
"engines": {
"node": "22"
},
"repository": {
"type": "git",
"url": "https://github.com/StanfordBDHG/ENGAGE-HF-Web-Frontend"
},
"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",
"prepush": "npm run lint:fix && tsc --noEmit",
"storybook": "storybook dev -p 6006"
},
"dependencies": {
"@stanfordbdhg/engagehf-models": "^0.6.0",
"@stanfordspezi/spezi-web-design-system": "^0.6.0",
"@t3-oss/env-core": "^0.12.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.99.0",
"@tanstack/react-table": "^8.20.6",
"class-variance-authority": "^0.7.1",
"date-fns": "^3.6.0",
"es-toolkit": "^1.32.0",
"firebase": "^11.2.0",
"lucide-react": "^0.474.0",
"next-intl": "^3.26.3",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"use-debounce": "^10.0.4",
"uuid": "^11.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@stanfordspezi/spezi-web-configurations": "^0.2.0",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-onboarding": "^8.5.3",
"@storybook/blocks": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-vite": "^8.5.3",
"@storybook/test": "^8.5.3",
"@tanstack/router-plugin": "^1.99.3",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.5",
"autoprefixer": "^10",
"eslint": "^9",
"jsdom": "^26.0.0",
"postcss": "^8",
"postcss-import": "^16.1.0",
"prettier": "^3",
"storybook": "^8.5.3",
"tailwindcss": "^3",
"tailwindcss-animate": "^1.0.7",
"typedoc": "^0.26",
"typescript": "^5",
"vite": "^6.0.11",
"vite-envs": "^4.4.5",
"vitest": "^3.0.5"
}
}