-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.76 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
{
"name": "ranexplayer",
"private": false,
"version": "0.0.0",
"type": "module",
"homepage": "https://sahilsinghrana.github.io/ranexPlayer",
"scripts": {
"dev": "vite --host",
"build": "vite build ",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"prettier": "prettier 'src/**/*.{js,ts,mjs,cjs,json, jsx, tsx,css}' --write --ignore-unknown"
},
"lint-staged": {
"**/*": "npm run prettier && npm run lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.2",
"axios": "^1.7.4",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint-plugin-import": "^2.29.1",
"jotai": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.0.7",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"eslint": "^8.38.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.5.15",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.1",
"vite": "^4.5.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-preload": "^0.2.0",
"vite-plugin-vsharp": "^1.8.1"
}
}