forked from Rem0o/FanControl.Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 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
{
"name": "fancontrol.website",
"type": "module",
"version": "1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.15"
},
"devDependencies": {
"@astrojs/partytown": "^1.0.2",
"@astrojs/react": "^2.0.2",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.1",
"@types/gtag.js": "^0.0.12",
"astro-robots-txt": "^0.3.10",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"tailwind-merge": "^1.8.0",
"tailwindcss": "^3.2.4"
}
}