-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) Β· 1010 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
34
35
36
37
38
39
40
41
{
"name": "aqandrew.com",
"version": "3.0.0",
"private": true,
"description": "Andrew Aquino's developer portfolio/blog website",
"author": "Andrew Aquino",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aqandrew/aqandrew.com"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "2.0.1",
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "4.2.2",
"astro-expressive-code": "^0.30.1",
"micromark": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yet-another-react-lightbox": "^3.17.0"
},
"devDependencies": {
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2"
},
"browserslist": [
"last 1 Chrome versions",
"last 1 Firefox versions",
"last 1 Safari versions",
"last 1 Edge versions"
]
}