-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "sub50k",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/image": "^0.15.1",
"@astrojs/mdx": "^0.17.0",
"@astrojs/prism": "^2.0.0",
"@astrojs/react": "^2.0.2",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@heroicons/react": "^2.0.16",
"@markdoc/markdoc": "^0.2.2",
"@remotion/player": "^3.3.56",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.17",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^3.3.56",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.4",
"typescript": "^4.9.4"
}
}