Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
bookshare-frontend
Commits
e9c64d24
Commit
e9c64d24
authored
Jun 23, 2019
by
Khalid Ali
Browse files
Fixed trailing comma and ran
parent
32307908
Pipeline
#4410
passed with stages
in 3 minutes and 2 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
e9c64d24
This diff is collapsed.
Click to expand it.
package.json
View file @
e9c64d24
...
...
@@ -14,48 +14,48 @@
"test:unit"
:
"vue-cli-service test:unit"
},
"dependencies"
:
{
"
@types/vuelidate
"
:
"
^0.7.
3
"
,
"
@types/vuelidate
"
:
"
^0.7.
5
"
,
"
axios
"
:
"
^0.19.0
"
,
"
bootstrap
"
:
"
^4.3.1
"
,
"
bootstrap-vue
"
:
"
^2.0.0-rc.24
"
,
"
css-loader
"
:
"
^2.1.
0
"
,
"
eslint-plugin-import
"
:
"
^2.1
4.0
"
,
"
css-loader
"
:
"
^2.1.
1
"
,
"
eslint-plugin-import
"
:
"
^2.1
7.3
"
,
"
eslint-plugin-node
"
:
"
^8.0.1
"
,
"
eslint-plugin-promise
"
:
"
^4.
0
.1
"
,
"
eslint-plugin-promise
"
:
"
^4.
1
.1
"
,
"
eslint-plugin-standard
"
:
"
^4.0.0
"
,
"
https
"
:
"
^1.0.0
"
,
"
install
"
:
"
^0.12.2
"
,
"
jquery
"
:
"
^3.4.1
"
,
"
popper.js
"
:
"
^1.1
4.6
"
,
"
register-service-worker
"
:
"
^1.
5
.2
"
,
"
serve
"
:
"
^10.1.
1
"
,
"
popper.js
"
:
"
^1.1
5.0
"
,
"
register-service-worker
"
:
"
^1.
6
.2
"
,
"
serve
"
:
"
^10.1.
2
"
,
"
style-loader
"
:
"
^0.23.1
"
,
"
vue
"
:
"
^2.
5.22
"
,
"
vue
"
:
"
^2.
6.10
"
,
"
vue-class-component
"
:
"
^6.0.0
"
,
"
vue-loader
"
:
"
^15.
6.2
"
,
"
vue-loader
"
:
"
^15.
7.0
"
,
"
vue-property-decorator
"
:
"
^7.3.0
"
,
"
vue-router
"
:
"
^3.0.
1
"
,
"
vue-router
"
:
"
^3.0.
6
"
,
"
vue-style-loader
"
:
"
^4.1.2
"
,
"
vue-svg-loader
"
:
"
^0.11.0
"
,
"
vue-svgicon
"
:
"
^3.2.
2
"
,
"
vue-svgicon
"
:
"
^3.2.
6
"
,
"
vuelidate
"
:
"
^0.7.4
"
},
"devDependencies"
:
{
"
@types/jest
"
:
"
^23.3.1
3
"
,
"
@types/jest
"
:
"
^23.3.1
4
"
,
"
@types/node
"
:
"
^11.13.15
"
,
"
@vue/cli-plugin-babel
"
:
"
^3.
3
.0
"
,
"
@vue/cli-plugin-babel
"
:
"
^3.
8
.0
"
,
"
@vue/cli-plugin-e2e-nightwatch
"
:
"
^3.8.0
"
,
"
@vue/cli-plugin-pwa
"
:
"
^3.
3
.0
"
,
"
@vue/cli-plugin-typescript
"
:
"
^3.
3.0
"
,
"
@vue/cli-plugin-pwa
"
:
"
^3.
8
.0
"
,
"
@vue/cli-plugin-typescript
"
:
"
^3.
8.1
"
,
"
@vue/cli-plugin-unit-jest
"
:
"
^3.8.0
"
,
"
@vue/cli-service
"
:
"
^3.8.4
"
,
"
@vue/test-utils
"
:
"
^1.0.0-beta.2
8
"
,
"
acorn
"
:
"
^6.
0.5
"
,
"
@vue/test-utils
"
:
"
^1.0.0-beta.2
9
"
,
"
acorn
"
:
"
^6.
1.1
"
,
"
babel-core
"
:
"
7.0.0-bridge.0
"
,
"
eslint
"
:
"
^5.1
2.1
"
,
"
eslint
"
:
"
^5.1
6.0
"
,
"
eslint-config-standard
"
:
"
^12.0.0
"
,
"
ts-jest
"
:
"
^23.0.0
"
,
"
typescript
"
:
"
^3.
2.4
"
,
"
vue-template-compiler
"
:
"
^2.
5.22
"
"
typescript
"
:
"
^3.
5.2
"
,
"
vue-template-compiler
"
:
"
^2.
6.10
"
}
}
vue.config.js
View file @
e9c64d24
module
.
exports
=
{
devServer
:
{
https
:
true
,
port
:
8081
,
port
:
8081
// proxy: {
// '/bs/api/': {
// target: 'https://localhost:9090',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment