Yes
This commit is contained in:
21
00-Lesson-Site/package.json
Normal file
21
00-Lesson-Site/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "web-dev",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.12",
|
||||
"@astrojs/solid-js": "^5.1.3",
|
||||
"astro": "^5.16.4",
|
||||
"astro-expressive-code": "^0.41.3",
|
||||
"solid-js": "^1.9.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.94.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user