-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 971 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 971 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
38
{
"name": "astro-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"clean": "rimraf dist",
"build-types": "tsc --noEmit --pretty"
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
"@astrojs/rss": "^0.2.0",
"@astrojs/sitemap": "^0.1.2",
"@astrojs/tailwind": "^0.2.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/react": "^18.0.12",
"astro": "1.0.0-beta.44",
"astro-eslint-parser": "^0.2.2",
"astro-imagetools": "^0.6.10",
"astro-robots-txt": "^0.3.2",
"prettier": "^2.6.2",
"prettier-plugin-astro": "^0.1.0-next.5",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"astro-boilerplate-components": "^1.0.8",
"date-fns": "^2.28.0"
},
"volta": {
"node": "16.15.1"
},
"author": "Hunter"
}