-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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
31
32
33
34
35
36
37
38
{
"name": "syncdirs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "jest"
},
"dependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@tauri-apps/api": "1.4.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"eslint": "8.43.0",
"jest": "^29.5.0",
"jotai": "2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tauri-plugin-fs-extra-api": "https://github.com/tauri-apps/tauri-plugin-fs-extra"
},
"devDependencies": {
"@tauri-apps/cli": "1.4.0",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"eslint-plugin-react-hooks": "4.6.0",
"ts-jest": "^29.1.0",
"typescript": "5.1.5",
"vite": "4.3.9",
"yarn-upgrade-all": "0.7.2"
}
}