-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.25 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
{
"name": "comic_viewer",
"private": true,
"version": "0.2.7",
"type": "module",
"scripts": {
"dev": "vite",
"tauri-dev": "tauri dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mantine/core": "^6.0.0",
"@mantine/form": "^6.0.0",
"@mantine/hooks": "^6.0.0",
"@mantine/modals": "^6.0.0",
"@mantine/notifications": "^6.0.0",
"@mantine/nprogress": "^6.0.0",
"@tabler/icons-react": "^2.8.0",
"@tauri-apps/api": "^1.2.0",
"events": "^3.3.0",
"framer-motion": "^8.1.1",
"immer": "^9.0.17",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"react-virtuoso": "^4.1.0",
"use-immer": "^0.8.1",
"zustand": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@tauri-apps/cli": "^1.2.2",
"@types/events": "^3.0.0",
"@types/node": "^18.7.10",
"@types/ramda": "^0.28.20",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-window": "^1.8.5",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"vite": "^4.0.0"
}
}