-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "domainofweebs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run client\"",
"dev-host": "vite --host",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"start": "node server.js",
"server": "npx nodemon server.js",
"client": "vite",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.3.1",
"@consumet/extensions": "^1.6.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@vidstack/react": "^1.11.30",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"concurrently": "^9.0.1",
"daisyui": "^4.12.10",
"disqus-react": "^1.1.5",
"express": "^4.21.0",
"framer-motion": "^11.3.19",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.460.0",
"media-icons": "^1.1.5",
"mongodb": "^6.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"realm-web": "^2.0.1",
"slick-carousel": "^1.8.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"react-router-dom": "^6.24.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}