-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
152 lines (152 loc) · 4.73 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
{
"name": "auth0-sso-dashboard",
"version": "2.4.1",
"description": "This extension provides your users with a dashboard for all of their applications.",
"engines": {
"node": ">=4.x"
},
"main": "server.js",
"scripts": {
"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.js --colors -p",
"extension:build": "a0-ext build:server ./webtask.js ./dist && cp ./dist/$npm_package_name.extension.$npm_package_version.js ./build/bundle.js && cp ./webtask.json ./dist/webtask.json",
"lint:js": "eslint --ignore-path .gitignore --ignore-pattern build --ignore-pattern webpack .",
"serve:prod": "cross-env NODE_ENV=production node index.js",
"tag": "git tag $npm_package_version && git push --tags",
"test:clean": "rimraf ./coverage && rimraf ./.nyc_output",
"test:pre": "npm run test:clean && npm run lint:js",
"test:watch": "npm run test:pre && cross-env NODE_ENV=test mocha --require ignore-styles tests/mocha.js ./tests/**/*.tests.js --watch",
"test": "cross-env NODE_ENV=test nyc --reporter=lcov mocha --require ignore-styles tests/mocha.js ./tests/**/*.tests.js"
},
"keywords": [
"auth0"
],
"author": "Sandrino Di Mattia",
"license": "MIT",
"auth0-extension": {
"externals": [
"webtask-tools"
],
"nodeTarget": "4.2.0",
"bundleModules": true,
"settings": {
"AUTHZ_API_URL": "adf6e2f2b84784b57522e3b19dfc9201/api"
}
},
"dependencies": {
"auth0-extension-express-tools": "^2.0.0",
"auth0-extension-tools": "^1.3.2",
"auth0-extension-ui": "^1.0.1",
"axios": "0.15.2",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"ejs": "^2.4.2",
"express": "^4.17.0",
"history": "^2.1.2",
"immutable": "^3.8.1",
"jwt-decode": "^2.0.1",
"lodash": "^4.17.19",
"lru-memoizer": "1.10.0",
"morgan": "^1.7.0",
"nconf": "^0.8.4",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-form": "^4.2.2",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.1.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"superagent": "^3.5.2",
"uuid": "^2.0.3",
"varstring": "^0.2.0",
"webtask-tools": "^3.1.1",
"winston": "^2.2.0"
},
"devDependencies": {
"auth0-extensions-cli": "^1.4.0",
"autoprefixer": "^6.5.1",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"cross-env": "^3.1.3",
"css-loader": "0.26.1",
"eslint": "^3.9.1",
"eslint-config-auth0": "^6.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.5.0",
"expect": "^1.20.2",
"exports-loader": "^0.6.3",
"file-loader": "^1.1.11",
"ignore-styles": "^5.0.1",
"imports-loader": "0.7.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "0.4.0",
"mocha": "3.2.0",
"nock": "^9.0.2",
"nyc": "^13.1.0",
"postcss-focus": "^3.0.0",
"postcss-loader": "^2.1.3",
"postcss-reporter": "^5.0.0",
"postcss-simple-vars": "^4.1.0",
"raw-loader": "^0.5.1",
"react-bootstrap": "^0.30.6",
"react-loader-advanced": "^1.4.0",
"react-pure-render": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"redux-simple-router": "^2.0.4",
"redux-static": "^1.0.0",
"rimraf": "^2.5.2",
"sinon": "^9.0.2",
"style-loader": "^0.13.1",
"supertest": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.4",
"webpack-serve": "^0.3.1",
"webpack-stats-plugin": "^0.2.1"
}
}