-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "react-pizza-v0",
"version": "0.0.0",
"private": true,
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"homepage": "https://github.com/c1felode/react-pizza#readme",
"bugs": {
"url": "https://github.com/c1felode/react-pizza/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c1felode/react-pizza.git"
},
"license": "ISC",
"author": "",
"main": "eslint.config.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@supabase/supabase-js": "^2.106.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.8.0",
"@vercel/analytics": "^2.0.1",
"axios": "^1.16.0",
"react": "^19.2.5",
"react-content-loader": "^7.1.2",
"react-dom": "^19.2.5",
"react-redux": "^9.2.0",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}