-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "tauri-react-app",
"version": "0.1.1",
"private": true,
"type": "module",
"dependencies": {
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-mono": "^4.5.8",
"@reduxjs/toolkit": "^1.8.5",
"@tauri-apps/api": "^1.0.2",
"modern-normalize": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 8080",
"test": "vitest",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/redux-mock-store": "^1.0.3",
"@vitejs/plugin-react": "^2.0.0",
"jsdom": "^20.0.0",
"redux-mock-store": "^1.5.4",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vitest": "^0.23.2"
}
}