-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "hexandcube.com",
"version": "10.4.0",
"description": "Hexandcube's personal website",
"repository": {
"type": "git",
"url": "git+https://github.com/hexandcube/hexandcube.com.git"
},
"author": "Hexandcube",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexandcube/hexandcube.com/issues"
},
"homepage": "https://hexandcube.com",
"dependencies": {},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tailwindcss-debug-screens": "^2.2.1",
"postcss-cli": "^11.0.0",
"sass": "^1.81.0"
}
}