-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.57 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "dw",
"version": "2.2.10",
"description": "",
"main": "app.js",
"scripts": {
"start": "leo-cli test .",
"test": "mocha \"+(apis|bots|tests|api|bot|test|lib)/**/*.utest.js\""
},
"dependencies": {
"archiver": "^2.1.1",
"async": "^0.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-mobx": "^1.0.3",
"babel-preset-react": "^6.24.1",
"deep-diff": "^0.3.4",
"event-stream": "^3.3.4",
"fast-csv": "^2.1.0",
"gunzip-maybe": "^1.3.1",
"handlebars": "^4.0.5",
"highcharts": "^7.1.1",
"jquery-mousewheel": "^3.1.13",
"leo-auth": "2.0.2",
"leo-config": "1.1.0",
"leo-connector-common": "2.1.6",
"leo-connector-mysql": "2.0.0",
"leo-connector-postgres": "2.0.4",
"leo-sdk": "3.0.1",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.1",
"mathjs": "^3.3.0",
"mobx": "^3.3.0",
"mobx-react": "^4.3.4",
"moment": "^2.14.1",
"moment-timezone": "^0.5.11",
"numeral": "^1.5.3",
"q": "^1.4.1",
"react-autobind": "^1.0.6",
"source-map-support": "^0.5.6",
"temp": "^0.8.3",
"throttle-debounce": "^0.1.0",
"uuid": "^2.0.2"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"ejs": "^2.3.1",
"event-stream": "^3.3.1",
"extract-text-webpack-plugin": "^1.0.1",
"fast-csv": "^2.1.0",
"fixed-data-table": "^0.6.0",
"flux": "^2.0.1",
"keymirror": "^0.1.1",
"lodash.assign": "^4.2.0",
"mocha": "^2.3.3",
"object-assign": "^2.0.0",
"pg-native": "^3.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"timekeeper": "0.0.5"
},
"config": {
"leo": {
"type": "microservice",
"subtype": "react",
"name": "Leo_DW",
"stacks": [
"leosdk",
"leoauth"
],
"regions": [
"us-west-2",
"us-east-1"
],
"showPagesEnv": {
"Resources": {
"CognitoId": "${CognitoId}",
"Region": "${AWS::Region}",
"ReportApi": "${ReportApi}",
"CustomCSS": "${CustomCSS}",
"CustomFavicon": "${CustomFavicon}",
"CustomJS": "${CustomJS}"
}
},
"3rdParty": true,
"excludeProfiles": true
}
},
"author": "",
"license": "ISC"
}