This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
175 lines (175 loc) · 5.5 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "auth0-logs-to-application-insights",
"version": "2.0.6",
"description": "This extension will take all of your Auth0 logs and export them to Application Insights",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && npm run client:build && npm run extension:build",
"clean": "rimraf dist",
"client:build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack/config.prod.js --colors -p",
"extension:build": "npm run log-types && a0-ext build:server ./webtask.js ./dist && cp ./dist/auth0-logs-to-application-insights.extension.$npm_package_version.js ./build/bundle.js",
"lint:js": "eslint --ignore-path .gitignore --ignore-pattern build --ignore-pattern webpack .",
"serve:dev": "cross-env NODE_ENV=development gulp run --gulpfile ./build/gulpfile.js",
"serve:prod": "cross-env NODE_ENV=production node index.js",
"tag": "git tag $npm_package_version && git push --tags",
"log-types": "node ./getLogTypes.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0-extensions/auth0-logs-to-application-insights.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0-extensions/auth0-logs-to-application-insights/issues"
},
"homepage": "https://github.com/auth0-extensions/auth0-logs-to-application-insights#readme",
"auth0-extension": {
"externals": [
"webtask-tools",
"useragent"
]
},
"dependencies": {
"applicationinsights": "0.18.0",
"async": "^1.5.2",
"auth0": "^2.4.0",
"auth0-extension-express-tools": "1.1.7",
"auth0-extension-tools": "1.3.1",
"auth0-extension-ui": "^1.0.1",
"auth0-log-extension-tools": "^1.3.1",
"auth0-oauth2-express": "^1.1.8",
"axios": "^0.15.0",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"ejs": "^2.4.2",
"expect": "^1.20.2",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"glob": "^7.0.5",
"immutable": "^3.8.1",
"jsonwebtoken": "^7.1.9",
"jwt-decode": "^2.1.0",
"lodash": "3.10.1",
"lru-memoizer": "^1.6.0",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"qs": "^6.4.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^4.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.1.0",
"redux-thunk": "^2.1.0",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"semver": "^5.1.0",
"useragent": "^2.2.0",
"webtask-tools": "^3.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
"auth0-extensions-cli": "^1.0.8",
"autoprefixer": "^6.3.6",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"cross-env": "^3.1.2",
"css-loader": "^0.25.0",
"eslint": "^3.3.1",
"eslint-config-auth0": "^6.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-util": "^3.0.7",
"history": "^3.0.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"mocha": "^3.1.2",
"ngrok": "^2.2.9",
"nodemon": "^1.9.2",
"nyc": "^8.3.1",
"postcss-focus": "^1.0.0",
"postcss-loader": "^0.13.0",
"postcss-reporter": "^1.3.3",
"postcss-simple-vars": "^3.0.0",
"raw-loader": "^0.5.1",
"react-bootstrap": "^0.30.5",
"react-loader-advanced": "^1.4.0",
"react-s-alert": "^1.1.4",
"react-transform-hmr": "^1.0.4",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-form": "^5.2.5",
"redux-simple-router": "^2.0.4",
"redux-static": "^1.0.0",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-sources": "^0.1.2",
"webpack-stats-plugin": "^0.1.1",
"webtask-bundle": "^2.1.1"
}
}