📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
18
sandbox/vue_sse/vue_sse_back/package.json
Normal file
18
sandbox/vue_sse/vue_sse_back/package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "node_sse",
|
||||
"version": "1.0.0",
|
||||
"description": "small sse for educational purposes",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js"
|
||||
},
|
||||
"author": "tomit4",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.22"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue