-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
164 lines (164 loc) · 4.74 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
{
"name": "auth0-user-import-export-extension",
"version": "2.5.0",
"description": "An extension that allows you to import and export users to your Auth0 account",
"author": "Auth0",
"license": "MIT",
"main": "server.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && npm run client:build && npm run extension:build",
"client:build": "cross-env NODE_ENV=production webpack --config ./build/webpack/config.prod.js --colors -p",
"extension:build": "a0-ext build:server ./webtask.js ./dist && cp ./dist/auth0-user-import-export.extension.$npm_package_version.js ./build/bundle.js",
"serve:dev": "cross-env NODE_ENV=development nodemon -e js --ignore assets/app/ --ignore build/webpack/ --ignore client/ --ignore server/data.json --ignore node_modules/ ./build/webpack/server.js",
"serve:prod": "cross-env NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/auth0-user-import-export-extension.git"
},
"keywords": [
"auth0",
"extension"
],
"auth0-extension": {
"externals": [
"async",
"auth0@2.1.0",
"aws-sdk",
"aws-sign2",
"bluebird",
"compression",
"delegates",
"depd",
"destroy",
"ejs",
"express",
"express-jwt",
"formidable",
"iconv-lite",
"lodash",
"lru-cache",
"lru-memoizer",
"mime-db",
"moment",
"mongo-getdb",
"morgan",
"ms",
"qs",
"raw-body",
"read-all-stream",
"request",
"superagent",
"type-check",
"winston",
"xml2js",
"nconf",
"node-uuid",
"jade",
"jsonwebtoken",
"debug",
"body-parser",
"mime-types",
"webtask-tools"
]
},
"dependencies": {
"auth0": "^2.1.0",
"auth0-extension-express-tools": "2.0.0",
"auth0-extension-tools": "1.3.2",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"boom": "^2.7.2",
"comma-separated-values": "^3.6.4",
"ejs": "^2.4.1",
"express": "4.17.0",
"formidable": "1.0.17",
"lodash": "^4.8.2",
"nconf": "^0.8.4",
"request": "^2.71.0",
"superagent": "^3.6.0",
"webtask-tools": "^3.1.1",
"winston": "^2.3.0"
},
"devDependencies": {
"auth0-extension-ui": "^1.1.3",
"auth0-extensions-cli": "~1.0.9",
"autoprefixer": "^6.5.2",
"axios": "^0.16.2",
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.18.0",
"browser-filesaver": "^1.1.1",
"classnames": "^2.2.3",
"comma-separated-values": "^3.6.4",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.6.0",
"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": "^2.0.1",
"immutable": "^3.7.6",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"jwt-decode": "^2.0.1",
"moment": "^2.12.0",
"ngrok": "^2.2.3",
"node-uuid": "^1.4.7",
"open": "^0.0.5",
"postcss-focus": "^1.0.0",
"postcss-loader": "^1.1.0",
"postcss-reporter": "^2.0.0",
"postcss-simple-vars": "^3.0.0",
"raw-loader": "^0.5.1",
"react": "^0.14.7",
"react-bootstrap": "^0.28.4",
"react-dom": "^0.14.7",
"react-dropzone": "^3.7.3",
"react-loader-advanced": "^1.1.2",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.7",
"react-transform-hmr": "^1.0.4",
"redux": "^3.6.0",
"redux-devtools": "^3.1.1",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.1.1",
"redux-form": "^4.2.2",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.1.0",
"redux-static": "^1.0.0",
"redux-thunk": "^2.0.1",
"request-promise": "^4.1.1",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.2",
"webpack-sources": "^0.1.1",
"webpack-stats-plugin": "^0.1.4",
"webtask-bundle": "^2.1.1"
}
}