-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
53 lines (53 loc) · 1.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
{
"name": "single-spa-auth-app",
"version": "0.2.0",
"description": "Vue application with login form for be included in a single-spa application as registered app.",
"main": "dist/single-spa-auth-app.umd.js",
"scripts": {
"build": "vue-cli-service build --target lib --formats umd --name single-spa-auth-app src/singleSpaEntry.js",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.1.0",
"@vue/cli-plugin-eslint": "4.1.0",
"@vue/cli-service": "4.1.0",
"babel-eslint": "10.0.3",
"core-js": "3.4.4",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-vue": "5.0.0",
"node-sass": "4.13.1",
"sass-loader": "8.0.2",
"vue-cli-plugin-single-spa": "1.1.0",
"vue-template-compiler": "2.6.11",
"webpack": "4.41.5"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jualoppaz/single-spa-auth-app.git"
},
"keywords": [
"single-spa",
"login",
"npm",
"webpack",
"vue",
"bootstrap-vue",
"bootstrap"
],
"author": "Juan Manuel López Pazos",
"bugs": {
"url": "https://github.com/jualoppaz/single-spa-auth-app/issues"
},
"homepage": "https://github.com/jualoppaz/single-spa-auth-app#readme",
"dependencies": {
"vue-google-adsense": "1.9.2",
"vue-script2": "2.1.0"
}
}