-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"name": "tigerapps-homepage",
"type": "module",
"private": true,
"description": "Homepage for TigerApps, a collection of open-source web applications at Princeton University.",
"version": "2.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@astrojs/svelte": "^7.2.5",
"@astrojs/tailwind": "^6.0.2",
"@astrolib/seo": "^1.0.0-beta.8",
"@fontsource-variable/fraunces": "^5.2.9",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/nunito": "^5.2.7",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@fontsource-variable/rubik": "^5.1.0",
"astro": "^5.17.1",
"svelte": "^5.39.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.9.2"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}