-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.41 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": "meme-driven.dev",
"version": "latest",
"description": "A novel (and fun) approach to modern software development",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prepare": "husky",
"astro": "astro",
"lint:check": "biome check",
"lint": "biome check --fix"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "https://github.com/setchy/meme-driven.dev"
},
"keywords": [
"meme",
"meme-driven",
"mdd",
"development",
"methodology",
"website",
"astro"
],
"author": {
"name": "Adam Setch",
"url": "https://github.com/setchy"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/setchy/meme-driven.dev/issues"
},
"homepage": "https://meme-driven.dev/",
"dependencies": {
"@astrojs/tailwind": "5.1.4",
"@iconify-json/mdi": "1.2.2",
"@octokit/openapi-types": "22.2.0",
"astro": "5.1.2",
"astro-icon": "1.1.5",
"date-fns": "4.1.0",
"marked": "15.0.5",
"octokit": "4.0.3",
"sharp": "0.33.5",
"tailwind-merge": "2.6.0",
"tailwindcss-motion": "1.0.0",
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"husky": "9.1.7"
},
"packageManager": "pnpm@9.15.2",
"lint-staged": {
"*.{js,ts,cjs,mjs,astro}": "biome format --fix"
}
}