generated from hasparus/zaduma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.33 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "siddharth.codes",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.7.1",
"scripts": {
"dev": "astro dev",
"vercel:dev": "vercel dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"serve": "astro preview",
"astro": "astro",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"format": "prettier --write src",
"ci": "pnpm lint && prettier --check src"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.3.2",
"@astrojs/mdx": "^1.0.3",
"@astrojs/react": "^3.1.0",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/brygada-1918": "^5.0.8",
"@fontsource-variable/inter": "^5.0.8",
"@mdx-js/mdx": "2.3.0",
"@rollup/rollup-linux-x64-gnu": "^4.13.2",
"@tabler/icons-react": "^3.1.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vercel/og": "^0.5.13",
"astro": "^4.5.12",
"astro-eslint-parser": "^0.15.0",
"clsx": "^2.1.0",
"eslint-plugin-markdown": "^3.0.1",
"estree-util-value-to-estree": "^3.0.1",
"framer-motion": "^11.0.24",
"gsap": "^3.12.4",
"plaiceholder": "^3.0.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"remark-shiki-twoslash": "^3.1.3",
"remark-supersub": "^1.0.0",
"sharp": "^0.32.5",
"solid-js": "^1.7.11",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.3.3",
"three": "^0.79.0",
"typewriter-effect": "^2.21.0",
"unified": "^10",
"unist-util-visit": "^5.0.0",
"vercel": "^32.2.1",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@astrojs/rss": "^4.0.5",
"@edgeandnode/eslint-config": "^2.0.2",
"@types/hast": "3.0.0",
"@types/node": "20.6.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"rollup"
]
},
"overrides": {
"@mdx-js/mdx": "2.2.1"
},
"patchedDependencies": {
"@mdx-js/mdx@2.2.1": "patches/@mdx-js__mdx@2.1.3.patch"
}
}
}