-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.33 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "sportbuzz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx,ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"dev:webpack": "webpack serve --config webpack.config.js",
"build:webpack": "webpack --config webpack.config.js",
"cypress:test": "npx cypress run",
"cypress:open": "npx cypress open",
"vitest:test": "vitest run"
},
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.24.7",
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@google/generative-ai": "^0.17.1",
"@headlessui/react": "^2.0.1",
"@heroicons/react": "^2.1.3",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@sentry/react": "^8.26.0",
"@sentry/vite-plugin": "^2.22.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@testing-library/jest-dom": "^6.4.8",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"glob": "^11.0.0",
"html-webpack-plugin": "^5.6.0",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"lru-cache": "^11.0.0",
"postcss-cli": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-i18next": "^15.0.1",
"react-router-dom": "^6.23.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"vite-plugin-pwa": "^0.20.1"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@swc/core": "^1.7.1",
"@swc/jest": "^0.2.36",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@vitejs/plugin-react": "^1.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"cypress": "^13.13.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.11",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"description": "SportBuzz is a dynamic web application designed to cater to sports enthusiasts by providing real-time match scores and up-to-date sports news articles. This platform not only keeps users informed about their favourite sports and teams but also offers a personalized experience by allowing users to manage their preferences and profile settings.",
"main": "jest.config.js",
"author": "Anvesh Nalimela <[email protected]>",
"license": "ISC"
}