npm init for server
This commit is contained in:
parent
7338c13b2f
commit
78c052bac9
2 changed files with 1075 additions and 0 deletions
1055
server/package-lock.json
generated
Normal file
1055
server/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
20
server/package.json
Normal file
20
server/package.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"description": "",
|
||||||
|
"dependencies": {
|
||||||
|
"cors": "^2.8.5",
|
||||||
|
"express": "^4.21.2",
|
||||||
|
"fs-extra": "^11.3.0",
|
||||||
|
"gray-matter": "^4.0.3",
|
||||||
|
"marked": "^15.0.7",
|
||||||
|
"path": "^0.12.7"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue