Browse Source

fix: 帅气而又炫酷的工艺编辑页面

master
guoapeng 3 weeks ago
parent
commit
ebce118943
  1. 2
      package.json
  2. 23
      pnpm-lock.yaml

2
package.json

@ -42,8 +42,10 @@
"postcss-url": "^10.1.3",
"postcss-viewport-units": "^0.1.6",
"postcss-write-svg": "^3.0.1",
"swiper": "^11.2.10",
"tailwindcss": "^4.0.12",
"vue": "^3.5.13",
"vue-awesome-swiper": "^5.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {

23
pnpm-lock.yaml

@ -56,12 +56,18 @@ importers:
postcss-write-svg:
specifier: ^3.0.1
version: 3.0.1
swiper:
specifier: ^11.2.10
version: 11.2.10
tailwindcss:
specifier: ^4.0.12
version: 4.0.12
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.7.3)
vue-awesome-swiper:
specifier: ^5.0.1
version: 5.0.1(swiper@11.2.10)(vue@3.5.13(typescript@5.7.3))
vue-router:
specifier: ^4.5.0
version: 4.5.0(vue@3.5.13(typescript@5.7.3))
@ -3014,6 +3020,10 @@ packages:
engines: {node: '>=14.0.0'}
hasBin: true
swiper@11.2.10:
resolution: {integrity: sha512-RMeVUUjTQH+6N3ckimK93oxz6Sn5la4aDlgPzB+rBrG/smPdCTicXyhxa+woIpopz+jewEloiEE3lKo1h9w2YQ==}
engines: {node: '>= 4.7.0'}
synckit@0.6.2:
resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==}
engines: {node: '>=12.20'}
@ -3220,6 +3230,12 @@ packages:
vscode-uri@3.1.0:
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
vue-awesome-swiper@5.0.1:
resolution: {integrity: sha512-mWjFJzUqA4lG+DmsmibvMpoiBnl+IH2SSeiiQ3i5M0t1y9FknTxnGT0DsMb2YdJLgjYMEK3sYOWzqgLnZMH8Lg==}
peerDependencies:
swiper: ^7.0.0 || ^8.0.0
vue: 3.x
vue-demi@0.14.10:
resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
engines: {node: '>=12'}
@ -6396,6 +6412,8 @@ snapshots:
csso: 5.0.5
picocolors: 1.1.1
swiper@11.2.10: {}
synckit@0.6.2:
dependencies:
tslib: 2.8.1
@ -6592,6 +6610,11 @@ snapshots:
vscode-uri@3.1.0: {}
vue-awesome-swiper@5.0.1(swiper@11.2.10)(vue@3.5.13(typescript@5.7.3)):
dependencies:
swiper: 11.2.10
vue: 3.5.13(typescript@5.7.3)
vue-demi@0.14.10(vue@3.5.13(typescript@5.7.3)):
dependencies:
vue: 3.5.13(typescript@5.7.3)

Loading…
Cancel
Save