-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "speedtest-ui",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"description": "A Speedtest tool based on Speedtest CLI",
"author": "zhangyu1818 <[email protected]>",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "node scripts/bin.cjs && tauri",
"format": "prettier --write .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@reactils/create-context-factory": "npm:@jsr/[email protected]",
"@tabler/icons-react": "^3.22.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-shell": "^2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dark-toggle": "^2.0.0",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"motion": "^11.11.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tw-styled": "^3.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"@zhangyu1818/eslint-config": "^2.0.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}