-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
{
"name": "keyopen",
"private": false,
"version": "2.0.1",
"type": "module",
"url": "https://github.com/iewnfod/keyopen",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/utils": "^5.15.14",
"@tauri-apps/api": "^1.5.4",
"keycap": "^1.0.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"styled-components": "^6.1.8",
"vite-plugin-top-level-await": "^1.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.0"
}
}