-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "https://json.schemastore.org/package",
"name": "memories",
"homepage": "https://memories-latest.vercel.app",
"version": "1.0.0",
"module": "src/main.jsx",
"author": {
"email": "pritamkundu771@gmail.com",
"name": "Pritam Kundu",
"url": "https://github.com/warmachine028"
},
"description": "A modern, fast, and secure web app to store your memories built with the latest technologies and best practices.",
"bugs": {
"url": "https://github.com/warmachine028/memories/issues"
},
"license": "MIT",
"scripts": {
"dev": "bun x vite --host",
"build": "bun x vite build",
"lint": "eslint .",
"preview": "bun x vite preview",
"start": "bun x vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.21.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^9.0.0",
"@mui/lab": "^7.0.0-beta.9",
"@mui/material": "^9.0.0",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-devtools": "^5.62.15",
"axios": "^1.7.9",
"moment": "^2.30.1",
"react": "^19.1.0-canary-3b009b4c-20250102",
"react-dom": "^19.1.0-canary-3b009b4c-20250102",
"react-intersection-observer": "^11.0.0",
"react-router": "^7.1.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/eslint__js": "^9.14.0",
"@types/eslint-config-prettier": "^6.11.3",
"@vitejs/plugin-react-swc": "^4.0.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.4.2",
"vite": "^8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/warmachine028/memories"
},
"keywords": [
"social-media",
"social",
"memories",
"diary",
"digital-diary"
]
}