feat: V2 with TypeScript

This commit is contained in:
Ben Elferink
2024-12-14 16:14:14 +02:00
parent f6c0a52ab5
commit a41cab872f
63 changed files with 13390 additions and 35925 deletions

View File

@@ -1,27 +1,16 @@
{
"homepage": "https://github.com/belferink1996/MERN-template#readme",
"name": "mern-application",
"version": "0.1.0",
"description": "",
"private": true,
"main": "",
"license": "ISC",
"keywords": [],
"author": "Ben Elferink <ben.elferink@icloud.com> (https://www.linkedin.com/in/ben-elferink-37ba251b9)",
"homepage": "/",
"author": "Ben Elferink <ben.elferink@icloud.com> (https://github.com/BenElferink)",
"repository": {
"type": "git",
"url": "https://github.com/belferink1996/MERN-template.git"
"url": "https://github.com/BenElferink/mern-template.git"
},
"bugs": {
"url": "https://github.com/belferink1996/MERN-template/issues",
"url": "https://github.com/BenElferink/mern-template/issues",
"email": "ben.elferink@icloud.com"
},
"scripts": {
"install": "concurrently \"cd ./server && npm i\" \"cd ./client && npm i\"",
"start": "concurrently \"cd ./server && npm start\" \"cd ./client && npm start\"",
"delete-modules": "rm -r ./node_modules && cd ./server && rm -r ./node_modules && cd ../client && rm -r ./node_modules"
},
"devDependencies": {
"concurrently": "^6.3.0"
}
"scripts": {}
}