-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"name": "sticker",
"private": true,
"author": "lopo<[email protected]>",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host",
"dev:tauri": "tauri dev",
"build": "tsc && vite build",
"build:web": "tsc && vite build --mode web",
"postbuild:web": "powershell -File postbuild.ps1 -outdir ./web_impl",
"preview": "vite preview"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@tauri-apps/api": "^2.0.0-alpha.11",
"@tauri-apps/plugin-log": "^2.0.0-alpha.5",
"@tauri-apps/plugin-notification": "^2.0.0-alpha.5",
"@tauri-apps/plugin-process": "^2.0.0-alpha.5",
"@tauri-apps/plugin-shell": "^2.0.0-alpha.3",
"@tauri-apps/plugin-store": "^2.0.0-alpha.5",
"air-datepicker": "^3.4.0",
"bst-typed": "^1.52.0",
"chart.js": "^4.4.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dexie": "^3.2.5",
"iarna-toml-esm": "^3.0.5",
"jotai": "^2.6.2",
"mac-scrollbar": "^0.13.6",
"nanoid": "^5.0.5",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.21.1",
"react-tooltip": "^5.25.2",
"sortablejs": "^1.15.2",
"yaml": "^2.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.17",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.10.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/sortablejs": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^5.0.12"
}
}