-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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": "joshmedeski.com",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "netlify dev",
"dev-msw": "cross-env NODE_ENV=development binode --require ./mocks/index.cjs -- netlify-cli:netlify dev",
"lint": "eslint ./src",
"format": "prettier -w --plugin-search-dir=. .",
"preview": "astro preview",
"start": "astro dev --host",
"sync": "astro sync",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/netlify": "^5.4.0",
"@astrojs/preact": "^3.5.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@netlify/functions": "^2.8.1",
"@prisma/client": "^5.17.0",
"astro": "^4.12.2",
"astro-auto-import": "^0.4.2",
"astro-expressive-code": "^0.35.3",
"astro-pagefind": "^1.6.0",
"clsx": "^2.1.1",
"node-fetch": "^3.3.2",
"octokit": "^3.1.2",
"pagefind": "^1.1.0",
"preact": "^10.22.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.11",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"binode": "^1.0.5",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"msw": "^1.3.2",
"netlify-cli": "^17.33.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"sass": "^1.77.8",
"typescript": "~5.5.3",
"vite": "^5.3.4",
"vitest": "^0.34.6"
}
}