-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.49 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
50
51
52
{
"name": "fake-reddit",
"version": "1.0.0",
"type": "module",
"description": "Reddit-like web app with ReactFire",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/lab": "^6.0.0-beta.23",
"@mui/material": "^6.4.0",
"@react-hook/window-scroll": "^1.3.0",
"@tanstack/react-router": "^1.97.3",
"algoliasearch": "^5.19.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"firebase": "^11.2.0",
"interweave": "^13.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.5.1",
"react-instantsearch": "^7.15.0",
"react-loading-skeleton": "^3.5.0",
"react-material-ui-carousel": "^3.4.2",
"react-quill": "^2.0.0",
"react-select": "^5.9.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"video-react": "^0.16.0"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.97.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}