-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 944 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
{
"name": "crash-homepage",
"type": "module",
"version": "3.0.0-beta.4",
"author": "crrashh1542 <[email protected]>",
"homepage": "https://www.crrashh.com",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/crrashh1542/crash-homepage"
},
"bugs": {
"url": "https://github.com/crrashh1542/crash-homepage/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"p:check": "prettier . --check",
"p:write": "prettier . --write"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.1",
"astro": "^4.15.10",
"less": "^4.2.0",
"normalize.css": "^8.0.1",
"prettier": "^3.3.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13"
}
}