Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
w4-vux-template
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2019-01-09 16:37:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af937c96657097667e479b44387d83f371b50c9a
af937c96
1 parent
2952bfeb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
package.json
package.json
View file @
af937c9
...
...
@@ -8,13 +8,23 @@
"lint"
:
"vue-cli-service lint"
},
"dependencies"
:
{
"axios"
:
"^0.18.0"
,
"fastclick"
:
"^1.0.6"
,
"jquery"
:
"^3.3.1"
,
"lodash"
:
"^4.17.11"
,
"register-service-worker"
:
"^1.5.2"
,
"vue"
:
"^2.5.21"
,
"vue-core-image-upload"
:
"^2.4.11"
,
"vue-pull-to"
:
"^0.1.6"
,
"vue-router"
:
"^3.0.1"
,
"vuex"
:
"^3.0.1"
"vuex"
:
"^3.0.1"
,
"vuex-router-sync"
:
"^5.0.0"
,
"vux"
:
"^2.9.2"
},
"devDependencies"
:
{
"@vue/cli-plugin-babel"
:
"^3.3.0"
,
"@vue/cli-plugin-eslint"
:
"^3.3.0"
,
"@vue/cli-plugin-pwa"
:
"^3.3.0"
,
"@vue/cli-service"
:
"^3.3.0"
,
"@vue/eslint-config-standard"
:
"^4.0.0"
,
"babel-eslint"
:
"^10.0.1"
,
...
...
@@ -22,6 +32,10 @@
"eslint-plugin-vue"
:
"^5.0.0"
,
"less"
:
"^3.0.4"
,
"less-loader"
:
"^4.1.0"
,
"vue-template-compiler"
:
"^2.5.21"
"lint-staged"
:
"^8.1.0"
,
"vue-loader"
:
"^14.2.2"
,
"vue-template-compiler"
:
"^2.5.21"
,
"vux-loader"
:
"^1.2.9"
,
"yaml-loader"
:
"^0.5.0"
}
}
...
...
Please
register
or
login
to post a comment