-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.84 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
{
"name": "cicadas",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"prepare": "husky",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src/ --ext .js,.jsx,.ts,.tsx",
"i18n:extract": "formatjs extract --ignore=\"**/*.d.ts\" --out-file locales/en.json --format simple \"src/**/*.{ts,tsx}\"",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.2",
"@tauri-apps/plugin-shell": ">=2.0.1",
"greenlet": "^1.1.0",
"idb-keyval": "^6.2.1",
"jotai": "^2.10.3",
"jotai-optics": "^0.4.0",
"md5": "^2.3.0",
"optics-ts": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "^7.0.4",
"react-router-dom": "^7.0.2",
"react-virtuoso": "^4.12.3"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@formatjs/cli": "^6.3.11",
"@formatjs/ts-transformer": "^3.13.23",
"@iconify-json/fluent": "^1.2.7",
"@iconify-json/simple-icons": "^1.1.111",
"@tauri-apps/cli": "^2.1.0",
"@types/md5": "^2.3.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-formatjs": "^10.5.16",
"babel-plugin-react-compiler": "^19.0.0-beta-37ed2a7-20241206",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "8",
"eslint-plugin-formatjs": "^5.2.5",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115",
"husky": "^9.1.7",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"unocss-preset-scrollbar": "^0.3.1",
"vite": "^6.0.3",
"vite-plugin-top-level-await": "^1.4.4"
}
}