-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"name": "marketplace",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && workbox injectManifest workbox-config.cjs",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^7.5.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/solid-js": "^3.0.1",
"@astrojs/tailwind": "^5.0.0",
"@lexical/react": "^0.12.2",
"@nanostores/persistent": "^0.9.1",
"@nanostores/solid": "^0.4.2",
"@supabase/supabase-js": "^2.37.0",
"astro": "^3.0.4",
"astro-compress": "^2.0.15",
"astro-i18n-aut": "^0.3.2",
"astro-icon": "^1.0.0-next.2",
"astro-service-worker": "^0.1.2",
"babel-preset-solid": "^1.7.7",
"i18next": "^23.2.11",
"intl-tel-input": "^18.2.1",
"jquery": "^3.7.0",
"lexical": "^0.12.2",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-toc": "^8.0.1",
"solid-js": "^1.7.7",
"tailwindcss": "^3.3.2",
"tinymce": "^6.7.0"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.87",
"@playwright/test": "^1.40.1",
"@tailwindcss/typography": "^0.5.10",
"@types/intl-tel-input": "^18.1.1",
"@types/jquery": "^3.5.16",
"@types/node": "^20.10.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@vite-pwa/astro": "^0.1.3",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.5.3",
"supabase": "^1.110.1",
"tailwind-scrollbar": "^3.0.5",
"vite-plugin-pwa": "^0.16.5",
"workbox-cli": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"wrangler": "^3.4.0"
}
}