25 lines
525 B
JSON
25 lines
525 B
JSON
{
|
|
"name": "@example/basics",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^2.0.2",
|
|
"@astrojs/react": "^3.0.8",
|
|
"@astrojs/rss": "^2.1.0",
|
|
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
|
|
"astro": "^4.0.7",
|
|
"astrojs-service-worker": "^0.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.57.1"
|
|
}
|
|
}
|