-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.58 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
{
"name": "quick-tracker",
"private": true,
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
"tauri-dev": "npm run tauri dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "^11.10.6",
"@mantine/core": "5.10.4",
"@mantine/dates": "5.10.4",
"@mantine/form": "5.10.4",
"@mantine/hooks": "5.10.4",
"@mantine/modals": "5.10.4",
"@mantine/notifications": "5.10.4",
"@tabler/icons": "1.110.0",
"@tauri-apps/api": "1.2.0",
"dayjs": "1.11.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-minimal-pie-chart": "8.4.0",
"react-router-dom": "6.8.1",
"uniqid": "5.4.0",
"uuid": "9.0.0",
"valtio": "1.10.2",
"yup": "0.32.11"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/jest": "^29.2.6",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uniqid": "^5.3.2",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react": "3.1.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"vite": "4.1.2"
}
}