This commit is contained in:
2026-04-02 21:41:48 -05:00
parent 8be2a15401
commit 6a44a847cd
41 changed files with 2186 additions and 1579 deletions

View File

@@ -1,16 +1,23 @@
{
"name": "domsplace",
"version": "7.0.0",
"main": "index.js",
"license": "MIT",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ts-node ./src/serve",
"compile": "ts-node ./src/compile"
"start:dev": "next dev",
"build:prod": "next build",
"start:prod": "next start"
},
"dependencies": {
"@types/express": "^4.17.11",
"express": "^4.17.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
"next": "16.2.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"sass": "^1.98.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"typescript": "^5"
}
}