-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.17 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
{
"name": "maku-everything",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:coverage": "jest --coverage",
"tauri": "tauri",
"tauri:sidecar": "ts-node --esm ./src-tauri/binaries/converter.ts"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@mantine/carousel": "^7.5.3",
"@mantine/core": "^7.5.3",
"@mantine/dates": "^7.5.3",
"@mantine/dropzone": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@mantine/notifications": "^7.5.3",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.22.2",
"@tauri-apps/api": "^1.5.3",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"file-type": "^19.0.0",
"i18next": "^23.9.0",
"immer": "^10.0.3",
"mantine-contextmenu": "^7.5.0",
"millify": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"remeda": "^1.43.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@simbathesailor/use-what-changed": "^2.0.0",
"@tauri-apps/cli": "^1.5.10",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^8.0.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"postcss-preset-mantine": "^1.13.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.3"
}
}