-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 820 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
{
"name": "loremly-github-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/prefetch": "^0.3.0",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^3.8.0",
"@barba/core": "^2.9.7",
"@studio-freight/lenis": "^1.0.19",
"astro": "^2.10.5",
"astro-icon": "^0.8.1",
"gsap": "^3.12.2",
"lenis": "^0.0.2",
"tailwindcss": "^3.3.2",
"tailwindcss-fluid-type": "^2.0.3"
},
"devDependencies": {
"prettier": "2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.7"
}
}