forked from tsnolan23/tailor-react-spa
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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": "frontend-microservices",
"version": "1.0.0",
"description": "Frontend microservices",
"main": "index.js",
"scripts": {
"install-fragment-dependencies": "lerna bootstrap",
"build-fragments": "lerna run build",
"start-fragments": "lerna run --parallel start",
"watch-fragments": "lerna run --parallel watch",
"start": "cross-env NODE_ENV=production node index.js"
},
"config": {
"port": "80"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morriq/Frontend-microservices.git"
},
"author": "morriq<dawid.winiarczyk@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/morriq/Frontend-microservices/issues"
},
"homepage": "https://github.com/morriq/Frontend-microservices#readme",
"devDependencies": {
"assets-webpack-plugin": "3.9.7",
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-react": "7.11.1",
"lerna": "3.4.0",
"node-tailor": "3.9.1"
},
"dependencies": {
"bunyan": "1.8.12",
"consul": "0.34.0",
"cross-env": "5.2.0",
"express": "4.16.4",
"jaeger-client": "3.12.0",
"morgan": "1.9.1",
"node-cmd": "3.0.0",
"opentracing": "0.14.3",
"prom-client": "11.1.1",
"winston": "3.1.0"
}
}