generated from mhyfritz/astro-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "ai-safety",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist node_modules"
},
"devDependencies": {
"@astrojs/tailwind": "^3.0.1",
"@types/d3": "^7.4.0",
"@types/micromodal": "^0.3.3",
"astro": "^2.0.0",
"astro-eleventy-img": "^0.6.2",
"astro-icon": "^0.8.0",
"prettier": "2.7.1",
"prettier-plugin-astro": "^0.7.0",
"rimraf": "^3.0.2",
"tailwindcss-fluid-type": "^2.0.3",
"vite": "^4.1.1"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.0.1",
"@astrojs/mdx": "^0.16.0",
"@astrojs/solid-js": "^2.0.2",
"@astrojs/svelte": "^2.0.1",
"@benrbray/remark-cite": "^1.1.0",
"@motionone/solid": "^10.14.3",
"@tailwindcss/typography": "^0.5.8",
"clsx": "^1.2.1",
"d3": "^7.6.1",
"daisyui": "^2.41.0",
"micromodal": "^0.4.10",
"motion": "^10.14.3",
"postcss": "^8.4.21",
"rehype-katex": "^6.0.2",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-preset-obsidian": "^0.0.7",
"remark-smartypants": "^2.0.0",
"solid-js": "^1.6.2",
"svelte": "^3.53.1",
"tailwindcss": "^3.2.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"zod": "^3.20.2"
}
}