forked from edinsoncs/Sistema-Restaurante
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 776 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "sistema",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.12.1",
"jade": "~1.11.0",
"mongodb": "^3.1.13",
"mongoose": "^5.7.5",
"mongoskin": "^1.3.20",
"monk": "https://github.com/vccabral/monk.git",
"morgan": "~1.6.1",
"mpromise": "0.5.1",
"node-thermal-printer": "0.0.11",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"react": "~16.6.0",
"react-dom": "~16.6.0",
"ts-loader": "~5.3.0",
"typescript": "~3.1.5",
"webpack": "~4.23.1",
"webpack-cli": "~3.1.2"
}
}