-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "zemprofiles",
"version": "1.0.0",
"description": "Discover & Connect with Developers",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zemerik/ZemProfiles.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zemerik/ZemProfiles/issues"
},
"homepage": "https://zemprofiles.vercel.app",
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/partytown": "^2.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@builder.io/qwik": "^1.9.0",
"@fontsource/inconsolata": "^5.0.8",
"@google-analytics/data": "^4.7.0",
"@neondatabase/serverless": "^0.6.0",
"@qwikdev/astro": "^0.5.2",
"@stackblitz/sdk": "^1.9.0",
"@vercel/edge": "^1.1.0",
"astro": "^4.16.3",
"astro-auto-import": "^0.4.2",
"astro-embed": "^0.7.2",
"dotenv": "^16.4.5",
"fuse.js": "^7.0.0",
"globe.gl": "^2.32.4",
"markdown-it": "^14.1.0",
"mdx": "^0.3.1",
"octokit": "^4.1.1",
"og-img": "^0.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.1",
"three": "0.161.0",
"typescript": "^5.3.2",
"zemprofilees": "file:",
"zemprofiles": "file:"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.1"
}
}