mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-15 15:26:43 +08:00
Add v4, with proxy, app and db
This commit is contained in:
24
bulletin-board-app/package.json
Normal file
24
bulletin-board-app/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "vue-event-bulletin",
|
||||
"version": "1.0.0",
|
||||
"description": "Demo application for the scotch.io tutorial",
|
||||
"main": "server.js",
|
||||
"author": "Ryan Chenkie, Jason Lam",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"ejs": "^2.3.4",
|
||||
"express": "^4.13.3",
|
||||
"morgan": "^1.6.1",
|
||||
"vue": "^1.0.10",
|
||||
"vue-resource": "^0.1.17",
|
||||
"tedious": "^2.0.1",
|
||||
"sequelize": "^4.20.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"body-parser": "^1.14.1",
|
||||
"errorhandler": "^1.4.2",
|
||||
"method-override": "^2.3.5",
|
||||
"morgan": "^1.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user