-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
{
"name": "paige-landing-page",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.3",
"@astrojs/tailwind": "^5.0.4",
"@fontsource-variable/rubik": "^5.0.20",
"@iconify-json/mdi": "^1.1.63",
"astro": "^4.0.7",
"astro-icon": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"motion": "^10.16.4",
"rough-notation": "^0.5.1",
"sharp": "^0.33.1",
"split-type": "^0.3.4",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}