-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.44 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
{
"name": "authllizer-vue-example",
"private": true,
"version": "0.2.0",
"description": "Authllizer VueJs Example",
"license": "MIT",
"author": {
"email": "yisraelx@gmail.com",
"name": "Yisrael Eliav",
"url": "https://github.com/yisraelx"
},
"homepage": "https://github.com/yisraelx/authllizer#readme",
"repository": {
"type": "git",
"url": "https://github.com/yisraelx/authllizer.git"
},
"bugs": {
"url": "https://github.com/yisraelx/authllizer/issues"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"dependencies": {
"@authllizer/core": "^0.2.0",
"@authllizer/vue": "^0.2.0",
"authllizer-bitbucket-oauth2": "^0.2.0",
"authllizer-facebook-oauth2": "^0.2.0",
"authllizer-github-oauth2": "^0.2.0",
"authllizer-google-oauth2": "^0.2.0",
"authllizer-instagram-oauth2": "^0.2.0",
"authllizer-linkedin-oauth2": "^0.2.0",
"authllizer-live-oauth2": "^0.2.0",
"authllizer-reddit-oauth2": "^0.2.0",
"authllizer-spotify-oauth2": "^0.2.0",
"authllizer-twitch-oauth2": "^0.2.0",
"authllizer-twitter-oauth1": "^0.2.0",
"authllizer-vk-oauth2": "^0.2.0",
"authllizer-wordpress-oauth2": "^0.2.0",
"authllizer-yahoo-oauth2": "^0.2.0",
"axios": "^0.19.0",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vue-toasted": "^1.1.27"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^5.0.0",
"@types/html-webpack-plugin": "^3.2.1",
"@types/node": "^10.17.0",
"@types/webpack": "^4.39.7",
"@types/webpack-dev-server": "^3.4.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"ts-node": "^8.4.1",
"typescript": "~3.5.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}