-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@astrojs/mdx": "^0.12.2",
"@astrojs/react": "^1.2.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"astro": "^1.6.15",
"flowbite": "^1.5.5",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"toastify-js": "^1.12.0"
},
"description": "``` npm create astro@latest -- --template blog ```",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DaDasStudios/Whouse.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaDasStudios/Whouse/issues"
},
"homepage": "https://github.com/DaDasStudios/Whouse#readme",
"devDependencies": {
"@types/toastify-js": "^1.11.1"
}
}