-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.07 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
69
70
71
72
{
"name": "my-notes-and-todo",
"version": "1.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^7.15.2",
"@mantine/dates": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/modals": "^7.15.2",
"@mantine/notifications": "^7.15.2",
"@tabler/icons-react": "^3.26.0",
"@tanstack/react-form": "^0.34.4",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"@tanstack/react-router": "^1.93.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/table-core": "^8.20.5",
"@tanstack/zod-form-adapter": "^0.34.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@vitejs/plugin-react-swc": "^3.7.2",
"classix": "^2.2.0",
"dayjs": "^1.11.13",
"eslint-import-resolver-node": "^0.3.9",
"firebase": "^10.14.1",
"husky": "^9.1.7",
"ky": "^1.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^3.24.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"predeploy": "npm run build",
"serve": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.62.9",
"@tanstack/router-devtools": "^1.93.0",
"@tanstack/router-vite-plugin": "^1.93.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"typescript": "5.6.3",
"vite": "^5.2.0"
},
"homepage": "https://staszekz.github.io/notes.github.io"
}