-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "clientForMicroFrontend",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/arater/clientForMicroFrontend.git",
"author": "Arda Ersoy <ardaatacan.ersoy@fibabanka.com.tr>",
"license": "MIT",
"scripts": {
"start": "ts-node ./src/server",
"dev": "nodemon -e ts -w ./src -x yarn run watch",
"watch": "node --inspect -r ts-node/register ./src/server"
},
"dependencies": {
"@types/compression": "^1.7.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"hyperquest": "^2.1.3",
"isomorphic-fetch": "^2.2.1",
"pug": "^2.0.4",
"pump": "^3.0.0",
"through2": "^3.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.5",
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-disable": "^2.0.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.4",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
}
}