generated from StanfordBDHG/NextJSTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.62 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
85
86
87
88
89
{
"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"
},
"dependencies": {
"@stanfordbdhg/engagehf-models": "^0.4.0",
"@stanfordspezi/spezi-web-design-system": "^0.2.1",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"es-toolkit": "^1.26.1",
"firebase": "^10.14.1",
"lucide-react": "^0.454.0",
"next-intl": "^3.24.0",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"use-debounce": "^10.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/test": "^8.3.5",
"@tanstack/router-plugin": "^1.78.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",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"autoprefixer": "^10",
"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",
"jsdom": "^25.0.1",
"postcss": "^8",
"postcss-import": "^16.1.0",
"prettier": "^3",
"prettier-plugin-tailwindcss": "^0.6.8",
"storybook": "^8.3.5",
"tailwindcss": "^3",
"tailwindcss-animate": "^1.0.7",
"typedoc": "^0.26",
"typescript": "^5",
"vite": "^5.4.10",
"vite-envs": "^4.4.5",
"vitest": "^2.1.4"
}
}