Init configuration

This commit is contained in:
saqut 2024-01-28 00:52:42 +03:00
parent f451cb72c0
commit 14e82f5cc7
2 changed files with 4613 additions and 0 deletions

4578
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

35
package.json Normal file
View File

@ -0,0 +1,35 @@
{
"name": "assemble",
"description": "Basit Sosyal Medya",
"version": "0.1.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.saqut.com/saqut/assemble.git"
},
"keywords": [
"social",
"media",
"nodejs",
"node",
"javascript",
"mysql",
"express"
],
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr>",
"license": "GPL-3.0",
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"express": "^4.18.2",
"knex": "^3.1.0",
"mysql": "^2.18.1",
"parcel": "^2.11.0",
"parcel-cli": "^1.1.0",
"react": "^18.2.0",
"react-redux": "^9.1.0",
"sass": "^1.70.0"
}
}