Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-05-20 01:08:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7f712464cf3f9a72e5f215e194882d1a4bcf1597
7f712464
1 parent
43912d14
🔧 build: 更新最新依赖
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
package.json
prettier.config.js
yarn.lock
package.json
View file @
7f71246
...
...
@@ -15,27 +15,29 @@
"publish"
:
"npm run build && npm run rm && npm run mv && npm run git && npm run update"
},
"dependencies"
:
{
"@vueuse/core"
:
"^8.
4.2
"
,
"@vueuse/core"
:
"^8.
5.0
"
,
"animate.css"
:
"^4.1.1"
,
"html2canvas"
:
"^1.4.1"
,
"jquery"
:
"^3.6.0"
,
"js-cookie"
:
"^3.0.1"
,
"lodash"
:
"^4.17.21"
,
"moment"
:
"^2.29.
1
"
,
"moment"
:
"^2.29.
3
"
,
"mui-player"
:
"^1.6.0"
,
"uuid"
:
"^8.3.2"
,
"vant"
:
"^4.0.0-alpha.3"
,
"vue"
:
"^3.2.31"
,
"vite-plugin-dynamic-import"
:
"^0.9.5"
,
"vite-plugin-mp"
:
"^1.5.2"
,
"vue"
:
"^3.2.34"
,
"weixin-js-sdk"
:
"^1.6.0"
},
"devDependencies"
:
{
"@types/jquery"
:
"^3.5.14"
,
"@types/lodash"
:
"^4.14.182"
,
"@vitejs/plugin-vue"
:
"^2.3.3"
,
"@vue/compiler-sfc"
:
"^3.2.3
3
"
,
"@vue/compiler-sfc"
:
"^3.2.3
4
"
,
"axios"
:
"^0.26.1"
,
"less"
:
"^4.1.2"
,
"pinia"
:
"^2.0.1
2
"
,
"pinia"
:
"^2.0.1
4
"
,
"postcss-px-to-viewport"
:
"^1.1.1"
,
"qs"
:
"^6.10.3"
,
"tslint"
:
"^6.1.3"
,
...
...
prettier.config.js
0 → 100644
View file @
7f71246
module
.
exports
=
{
printWidth
:
100
,
semi
:
true
,
vueIndentScriptAndStyle
:
true
,
singleQuote
:
true
,
trailingComma
:
'all'
,
proseWrap
:
'never'
,
htmlWhitespaceSensitivity
:
'strict'
,
endOfLine
:
'auto'
,
};
yarn.lock
View file @
7f71246
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment