-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "hotate",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint-fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"format-fix": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@lexical/react": "0.12.4",
"@lexical/selection": "0.12.4",
"@lexical/utils": "0.12.4",
"@tauri-apps/api": "1.5.1",
"lexical": "0.12.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "0.7.7",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@tauri-apps/cli": "1.6.3",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"daisyui": "4.12.14",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"react-daisyui": "5.0.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
}
}