-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "wirelane-devrupt-hospitality",
"version": "1.0.0",
"description": "One liner node.js example app of interaction with apaleo API",
"scripts": {
"build": "webpack",
"format": "prettier --write .",
"serve": "node dist/server.js",
"start": "npm run clean && npm run build && npm run serve"
},
"dependencies": {
"@azure/core-http": "^1.2.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"express": "^4.17.1",
"i18n": "^0.13.2",
"jsonwebtoken": "^8.5.1",
"pug": "^3.0.2",
"redis": "^3.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/eslint": "^7.2.7",
"@types/express": "^4.17.11",
"@types/i18n": "^0.13.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/redis": "^2.8.28",
"@types/uuid": "^8.3.0",
"autorest": "^3.1.3",
"copyfiles": "^2.4.1",
"eslint": "^7.22.0",
"html-loader": "^2.1.2",
"prettier": "^2.2.1",
"ts-loader": "^8.0.18",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-node-externals": "^2.5.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wirelane/devrupt-hospitality.git"
}
}