first commit

This commit is contained in:
zhbaor 2021-10-30 23:36:07 +08:00
commit e40b2117b5
21 changed files with 17956 additions and 0 deletions

22
backend/package.json Executable file
View file

@ -0,0 +1,22 @@
{
"name": "backend",
"version": "0.1.0",
"description": "backed of project csv2html",
"main": "index.js",
"dependencies": {
"chokidar": "^3.5.2",
"express": "^4.17.1",
"papaparse": "^5.3.1"
},
"devDependencies": {
"cors": "^2.8.5",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
},
"scripts": {
"serve": "node index.js"
},
"author": "",
"license": "ISC"
}