-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 KB
/
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
35
36
37
38
39
40
41
{
"name": "yewtreeweb",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.astro .",
"clean": "rimraf dist .astro node_modules",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix",
"*.**": "prettier --write --list-different ."
},
"dependencies": {
"@astrojs/netlify": "^5.2.1",
"@fontsource-variable/inter": "^5.0.15",
"micromodal": "^0.4.10",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.2",
"@types/micromodal": "^0.3.5",
"astro": "^3.5.3",
"astro-icon": "^0.8.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"rimraf": "^5.0.5",
"tailwindcss-fluid-type": "^2.0.3"
},
"packageManager": "[email protected]+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b"
}