33 lines
757 B
JSON
33 lines
757 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",
|
|
"build:preview": "astro build && astro preview",
|
|
"astro": "astro",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "3.0.7",
|
|
"@astrojs/solid-js": "3.0.2",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"astro": "4.0.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"solid-js": "1.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.8.4",
|
|
"prettier-plugin-astro": "0.8.0"
|
|
},
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|