-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.6 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "celebra-me.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "npx serve .vercel/output/static",
"astro": "astro",
"test": "jest --watch",
"lint": "eslint --ext .astro,.ts,.js,.tsx .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/vercel": "8.0.4",
"@fontsource-variable/rubik": "^5.1.1",
"@sendgrid/mail": "^8.1.4",
"@supabase/supabase-js": "^2.48.1",
"@types/jsdom": "^21.1.7",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/validator": "^13.12.2",
"@types/winston-loggly-bulk": "^3.0.6",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.4",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"dotenv": "^16.4.7",
"jsdom": "^26.0.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"serve-handler": "^6.1.6",
"sharp": "^0.33.5",
"validator": "^13.12.0",
"vercel": "^39.4.2",
"winston": "^3.17.0",
"winston-loggly-bulk": "^3.3.2",
"winston-transport": "^4.9.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "4.2.0",
"@astrojs/renderer-react": "^0.5.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vercel/node": "^5.1.2",
"astro": "5.1.10",
"astro-eslint-parser": "^1.2.1",
"astro-robots-txt": "^1.0.0",
"cspell": "^8.17.3",
"cspell-dict-es-es": "^1.1.2",
"depcheck": "^1.4.7",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unused-imports": "4.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass-embedded": "^1.83.4",
"stylelint": "^16.14.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-prettier": "^5.0.3",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.1.0"
}
}