generated from GrantBirki/astro-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 869 Bytes
/
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
{
"name": "astro-portfolio",
"description": "A portfolio site built with Astro for Leah Caragol",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"bootstrap": "npm install && npm run astro sync && npm run astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"devDependencies": {
"@astrojs/image": "^0.16.0",
"@astrojs/mdx": "^0.18.0",
"@astrojs/sitemap": "^1.2.0",
"astro-compress": "^1.1.35",
"eslint": "^8.36.0",
"eslint-plugin-astro": "^0.24.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"sharp": "^0.31.3",
"svgo": "2.8.0",
"astro": "^2.3.4"
},
"dependencies": {
"astro": "^2.2.3"
}
}