-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 962 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
34
35
36
37
{
"name": "energywraith.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.1.0",
"astro-font": "^0.0.77",
"astro-icon": "^1.0.4",
"astro-robots-txt": "^1.0.0",
"astro-seo": "0.8.0",
"preact": "^10.19.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.3.3",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@astrojs/preact": "^3.1.0",
"@types/react": "^18.2.51",
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
"eslint-plugin-astro": "0.27.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.9.0",
"prettier-plugin-tailwindcss": "0.3.0"
}
}