-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 751 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 751 Bytes
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
{
"name": "aaronshekey-website",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshekey/aaronshekey.com.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite"
},
"description": "My personal website https://aaronshekey.com/",
"bugs": {
"url": "https://github.com/aaronshekey/aaronshekey.com/issues"
},
"homepage": "https://aaronshekey.com",
"type": "module",
"engines": {
"node": ">=22"
},
"dependencies": {
"glob": "^11.0.0",
"vite": "^5.4.11"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"tailwindcss": "^4.1.17"
}
}