-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.13 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.13 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
59
60
61
62
63
64
65
66
67
68
{
"name": "periodos",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e-ui": "playwright test --ui",
"lint": "eslint",
"lint:fix": "eslint --fix",
"typecheck": "tsc",
"deploy": "wrangler deploy",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lefthook": "lefthook"
},
"dependencies": {
"@storybook/react-vite": "^9.1.9",
"@t3-oss/env-core": "^0.13.8",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-form": "^1.0.0",
"@tanstack/react-query": "^5.66.5",
"@tanstack/react-query-devtools": "^5.84.2",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-store": "^0.7.0",
"@tanstack/router-plugin": "^1.132.0",
"@tanstack/store": "^0.7.0",
"@tanstack/zod-form-adapter": "^0.42.1",
"date-fns": "^4.1.0",
"dexie": "^4.2.1",
"dexie-react-hooks": "^4.2.0",
"lucide-react": "^0.545.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^9.1.9",
"tailwindcss": "^4.0.6",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@playwright/test": "^1.56.0",
"@stylistic/eslint-plugin": "^5.4.0",
"@tanstack/devtools-event-client": "^0.3.2",
"@tanstack/eslint-config": "^0.3.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^5.0.4",
"daisyui": "^5.1.30",
"eslint": "^9.37.0",
"jsdom": "^27.0.0",
"lefthook": "^1.13.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.46.0",
"vite": "^7.1.7",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0",
"wrangler": "^4.40.3"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
}