-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "my-league-rtk-query",
"homepage": "https://eloicasamayor.github.io/my-league-rtk-query/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@hello-pangea/dnd": "^16.3.0",
"@heroicons/react": "^2.0.14",
"@reduxjs/toolkit": "^1.8.5",
"@supabase/supabase-js": "^2.43.1",
"@testing-library/react": "^16.0.1",
"array-move": "^4.0.0",
"date-fns": "^2.29.3",
"eslint-plugin-react-hooks": "^5.0.0-next-8310854ce-20230331",
"flowbite": "^1.6.3",
"flowbite-react": "^0.6.0",
"gh-pages": "^6.1.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"standard": "^17.1.2",
"tailwindcss": "^3.3.3",
"vite": "^5.2.11",
"vite-plugin-mkcert": "^1.10.1",
"vitest": "^2.1.2"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}