kaboom
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "portfolio-website",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"packageManager": "npm@11.2.0",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"keystatic": "keystatic"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/react": "^5.0.7",
|
||||
"@keystatic/astro": "^5.0.4",
|
||||
"@keystatic/core": "^0.5.40",
|
||||
"astro": "^6.4.8",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user