-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
83 lines (83 loc) · 2.35 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
79
80
81
82
83
{
"name": "lettura",
"version": "0.1.22",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"create-json": "node ./scripts/updater.mjs"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.10.7",
"@tauri-apps/api": "^1.5.6",
"@types/dompurify": "^3.0.5",
"@types/he": "^1.2.3",
"axios": "^1.6.1",
"class-variance-authority": "^0.6.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"dnd-core": "^16.0.1",
"dompurify": "^3.1.5",
"framer-motion": "^10.18.0",
"he": "^1.2.0",
"html-react-parser": "^5.1.18",
"immutability-helper": "^3.1.1",
"linkify-string": "^4.1.2",
"linkifyjs": "^4.1.2",
"lodash": "^4.17.21",
"lucide-react": "^0.304.0",
"next-themes": "^0.2.1",
"p-limit": "^4.0.0",
"react": "^18.2.0",
"react-complex-tree": "^2.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-router-dom": "^6.18.0",
"sonner": "^1.4.41",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"web-vitals": "^3.5.0",
"workbox-build": "^7.0.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/action-core": "^0.3.1",
"@tauri-apps/cli": "^1.5.14",
"@types/lodash": "^4.14.202",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"rome": "^11.0.0",
"sass": "^1.69.5",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.5",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.16.7",
"workbox-precaching": "^7.0.0"
}
}