-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.41 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
{
"name": "@szg/oauth2-authorization-proxy-client",
"version": "1.0.2",
"description": "Client libraries for OAuth2 Authorization Proxy",
"keywords": [
"oauth2",
"facebook",
"google",
"vanillajs",
"angularjs",
"security"
],
"homepage": "https://github.com/szgabsz91/oauth2-authorization-proxy-client",
"bugs": {
"url": "https://github.com/szgabsz91/oauth2-authorization-proxy-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/szgabsz91/oauth2-authorization-proxy-client"
},
"author": {
"name": "Gabor Szabo",
"email": "[email protected]",
"url": "https://github.com/szgabsz91"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engineStrict": true,
"engines": {
"node": ">=12.8.1",
"yarn": ">=1.17.3"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna exec yarn build",
"lint": "lerna exec yarn lint",
"lint:fix": "lerna exec yarn lint:fix",
"test": "lerna exec -- yarn test",
"start:angularjs": "lerna run --scope @szg/oauth2-authorization-proxy-client-angularjs-demo --stream start"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@szg/eslint-config": "1.0.2",
"babel-loader": "8.0.6",
"babel-plugin-angularjs-annotate": "0.10.0",
"chai": "4.2.0",
"cross-env": "5.2.0",
"css-loader": "3.2.0",
"eslint": "6.2.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-angular": "4.0.1",
"eslint-plugin-prettier": "3.1.0",
"file-loader": "4.2.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "5.0.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "4.2.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-mocha": "1.3.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"lerna": "3.16.4",
"mini-css-extract-plugin": "0.8.0",
"mocha": "6.2.0",
"ngtemplate-loader": "2.0.1",
"node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"prettier": "1.18.2",
"rimraf": "3.0.0",
"sass-loader": "7.2.0",
"sinon": "7.4.1",
"sinon-chai": "3.3.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.1.0",
"webpack": "4.39.2",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0"
}
}