-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 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
{
"name": "paulie-dev-2023",
"version": "1.0.0",
"description": "New paulie.dev site, 2023 edition",
"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/PaulieScanlon/paulie-dev-2023.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaulieScanlon/paulie-dev-2023/issues"
},
"homepage": "https://github.com/PaulieScanlon/paulie-dev-2023#readme",
"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.4.2",
"@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.13.2",
"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": "^3.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"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.1"
}
}