-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
76 lines (76 loc) · 2.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gis-utah-gov",
"type": "module",
"version": "7.0.0",
"scripts": {
"astro": "astro",
"build": "npm run ts-check && astro build",
"dev": "astro dev",
"format": "prettier \"src/**/*.{astro,js,jsx,ts,json,mjs,md,mdx}\" --write",
"preview": "astro preview",
"start": "astro dev",
"ts-check": "astro check --minimumSeverity=warning",
"validate-site-map": "cd scripts && node ./validate-site-map.mjs"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss"
]
},
"devDependencies": {
"@anuragroy/tailwindcss-animate": "^1.0.6",
"@astro-community/astro-embed-youtube": "^0.5.5",
"@astro-github-elements/clipboard-copy": "^0.0.4",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@github/clipboard-copy-element": "^1.3.0",
"@heroicons/react": "^2.1.5",
"@octokit/core": "^6.1.2",
"@pagefind/default-ui": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/html-to-text": "^9.0.4",
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.startcase": "^4.4.9",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.8",
"astro-meta-tags": "^0.3.1",
"classnames": "^2.5.1",
"fuse.js": "^7.0.0",
"google-auth-library": "^9.14.2",
"google-spreadsheet": "^4.1.4",
"html-to-text": "^9.0.5",
"lodash.capitalize": "^4.2.1",
"lodash.startcase": "^4.4.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-mdx": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"pagefind": "^1.1.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"tailwind-heropatterns": "^0.0.8",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unist-util-remove": "^4.0.0"
}
}