-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "dream-journal-app",
"private": true,
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"deploy": "tsc -b && vite build && firebase deploy",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"gapi-script": "^1.2.0",
"jose": "^6.2.0",
"luxon": "^3.5.0",
"react": "^19.2.4",
"react-bootstrap-icons": "^1.11.4",
"react-contenteditable": "^3.3.7",
"react-dom": "^19.2.4",
"react-paginate": "^8.2.0",
"react-router": "^7.13.1",
"react-router-dom": "^7.13.1",
"react-tag-autocomplete": "^7.3.0",
"recharts": "^3.8.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/bootstrap": "^5.2.10",
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.61",
"@types/gapi.client.drive-v3": "^0.0.5",
"@types/google-one-tap": "^1.2.6",
"@types/luxon": "^3.4.2",
"@types/node": "^25.3.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^7.3.1"
}
}