Init configuration
This commit is contained in:
parent
f451cb72c0
commit
14e82f5cc7
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue