-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 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
39
40
{
"name": "dotdesign",
"description": "personal website",
"version": "5.0.0",
"author": "@mirshko",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.13.1",
"date-fns": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"zx": "^8.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mirshko/dotdesign.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/mirshko/dotdesign/issues"
},
"homepage": "https://github.com/mirshko/dotdesign#readme"
}