-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "remind-us",
"version": "0.42.0",
"private": true,
"type": "module",
"prettier": "@github/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/shouryade/remind-us.git"
},
"keywords": [
"firebase",
"google cloud",
"lambda",
"google-auth",
"service account"
],
"author": "shouryade",
"license": "ISC",
"bugs": {
"url": "https://github.com/shouryade/remind-us/issues"
},
"homepage": "https://github.com/shouryade/remind-us#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google-cloud/firestore": "^7.1.0",
"@preact/signals": "^1.2.2",
"axios": "^1.6.2",
"googleapis": "^129.0.0",
"preact": "^10.13.1",
"preact-iso": "^2.3.2",
"preact-render-to-string": "^6.3.1"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@preact/preset-vite": "^2.5.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.20",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"vite": "^4.3.2"
}
}