24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"name": "astro-skint",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^2.1.1",
|
|
"@popperjs/core": "^2.11.7",
|
|
"@types/react": "^18.0.34",
|
|
"@types/react-dom": "^18.0.11",
|
|
"astro": "^2.2.1",
|
|
"bootstrap": "^5.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.61.0"
|
|
}
|
|
}
|