-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1013 Bytes
/
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
{
"name": "astresume",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.9.4",
"@astrojs/mdx": "^1.1.2",
"@astrojs/react": "^3.0.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tinymce/tinymce-react": "^4.3.2",
"@types/netlify-identity-widget": "^1.9.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"astro": "^3.3.2",
"decap-cms-app": "^3.1.6",
"netlify-identity-widget": "^1.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-typist": "^2.0.5",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"daisyui": "^4.9.0",
"@rollup/plugin-yaml": "^4.0.1"
}
}