-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 895 Bytes
/
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
{
"name": "wordly-x",
"private": true,
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"electron": "^31.4.0",
"electron-builder": "^24.13.3",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js",
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb",
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@sqlite.org/sqlite-wasm": "3.46.1-build1",
"date-fns": "^3.6.0",
"sqlocal": "^0.11.1",
"vite-plugin-tauri": "^3.3.0"
}
}