forked from thinkonmay/virtualOS-win11
-
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": "win11react",
"description": "Win11 made in React",
"repository": "https://github.com/thinkonmay/thinkmay",
"version": "0.1.1",
"private": true,
"scripts": {
"tauri": "tauri",
"start": "vite --port 80 --host",
"dev": "vite --port 3000 --host",
"format": "prettier --write \"./src-tauri/**/*.{jsx,ts,js,tsx}\" && prettier --write \"./src/**/*.{jsx,ts,js,tsx}\" && tsc",
"build": "prettier --write \"./src/**/*.{jsx,ts,js,tsx}\" && tsc && vite build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@supabase/supabase-js": "^2.41.1",
"@tauri-apps/api": "^1.5.3",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.19",
"dayjs": "^1.11.13",
"dexie": "^3.2.4",
"eslint-plugin-react-compiler": "^0.0.0-experimental-51a85ea-20240601",
"pocketbase": "^0.21.1",
"react": "^19.0.0-rc-cc1ec60d0d-20240607",
"react-dom": "^19.0.0-rc-cc1ec60d0d-20240607",
"react-draggable": "^4.4.6",
"react-error-boundary": "^4.0.11",
"react-icons": "^4.12.0",
"react-joyride": "^2.9.2",
"react-joystick-component": "^6.2.1",
"react-simple-keyboard": "^3.7.112",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.6",
"use-sound": "^4.0.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@paypal/react-paypal-js": "^8.1.3",
"@tauri-apps/cli": "^1.5.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/redux-logger": "^3.0.12",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"prettier": "^3.1.0",
"react-lazy-load-image-component": "^1.6.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.7",
"redux": "^4.2.1",
"sass": "^1.63.3",
"sweetalert2": "^11.6.13",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}