This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
130 lines (130 loc) · 4.31 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
{
"name": "auth0-deploy-cli-extension",
"version": "6.0.0",
"description": "The Auth0 Deploy Extension allows you to use the Auth0 Deploy CLI to configure your Auth0 Tenant",
"engines": {
"node": ">=8"
},
"main": "server.js",
"scripts": {
"build": "npm run clean && npm run client:build && npm run extension:build && npm run extension:bundle",
"clean": "rimraf dist",
"client:build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack/config.prod.js --colors -p",
"extension:build": "webpack -p --config ./build/extension/webpack.config.js",
"extension:bundle": "cp ./dist/auth0-deploy-cli.extension.$npm_package_version.js ./build/bundle.js",
"extension:size": "cross-env NODE_ENV=production webpack -p --config ./build/extension/webpack.config.js --json > ./build/extension/bundle-size.json && node ./build/extension/bundle-size.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"
},
"keywords": [
"auth0"
],
"author": "Auth0",
"license": "MIT",
"dependencies": {
"async": "^1.5.2",
"auth0": "^2.4.0",
"auth0-extension-express-tools": "2.0.0",
"auth0-extension-tools": "1.0.0",
"auth0-extension-ui": "0.14.0",
"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.17.0",
"express-jwt": "3.1.0",
"glob": "^7.0.5",
"immutable": "^3.8.1",
"jsonwebtoken": "^7.1.9",
"jwks-rsa": "1.1.1",
"jwt-decode": "^2.0.1",
"lodash": "3.10.1",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "2.8.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.1.0",
"redux-static": "^1.0.0",
"redux-thunk": "^2.1.0",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"semver": "^5.1.0",
"superagent": "^3.0.0",
"uuid": "^3.0.0",
"webtask-tools": "^3.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
"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.26.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.2.0",
"ngrok": "2.2.4",
"nodemon": "^1.9.2",
"nyc": "10.0.0",
"open": "^0.0.5",
"postcss-focus": "^1.0.0",
"postcss-loader": "1.1.1",
"postcss-reporter": "2.0.0",
"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"
}
}