-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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": "clash-rocket",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"start": "tauri dev",
"test": "vitest",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"downloadBinary": "node scripts/downloadBinary.mjs"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.1",
"yaml": "^2.2.1",
"zustand": "^4.3.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@tauri-apps/cli": "^1.2.2",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^3.0.0",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-typescript": "^0.14.0",
"jest": "^29.5.0",
"jsdom": "^21.1.1",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.6.4",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.29.7"
}
}