initial commit
parents
Showing
.DS_Store
0 → 100644
File added
.gitignore
0 → 100644
dist/App.js
0 → 100644
dist/App.js.map
0 → 100644
dist/index.js
0 → 100644
dist/index.js.map
0 → 100644
frontend @ ccf3f2bc
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "vent", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "dist/index.js", | |||
"dependencies": { | |||
"@types/express": "^4.17.2", | |||
"@types/node": "^13.7.0", | |||
"body-parser": "^1.19.0", | |||
"concurrently": "^5.1.0", | |||
"cors": "^2.8.5", | |||
"express": "^4.17.1", | |||
"mongoose": "^5.8.11", | |||
"tslint": "^6.0.0", | |||
"typescript": "^3.7.5", | |||
"validator": "^12.2.0", | |||
"vue": "^2.6.11", | |||
"vue-router": "^3.1.5" | |||
}, | |||
"devDependencies": {}, | |||
"scripts": { | |||
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix", | |||
"build": "tsc", | |||
"prestart": "npm run build", | |||
"start": "node .", | |||
"frontend": "npm start --prefix frontend", | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"both": "concurrently \"npm run start\" \"npm run frontend\"" | |||
}, | |||
"author": "", | |||
"license": "ISC" | |||
} |
src/App.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
Please register or sign in to comment