add h5 dependence
parent
7c46f92353
commit
207d015277
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "EVA-Notify",
|
||||
"name": "eva-notify",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "EVA-Notify",
|
||||
"name": "eva-notify",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.5",
|
||||
|
|
@ -13,7 +13,6 @@
|
|||
"@tarojs/helper": "3.6.24",
|
||||
"@tarojs/plugin-framework-react": "3.6.24",
|
||||
"@tarojs/plugin-platform-alipay": "3.6.24",
|
||||
"@tarojs/plugin-platform-h5": "3.6.24",
|
||||
"@tarojs/plugin-platform-harmony-hybrid": "3.6.24",
|
||||
"@tarojs/plugin-platform-jd": "3.6.24",
|
||||
"@tarojs/plugin-platform-qq": "3.6.24",
|
||||
|
|
@ -31,6 +30,7 @@
|
|||
"@babel/core": "^7.8.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
||||
"@tarojs/cli": "3.6.24",
|
||||
"@tarojs/plugin-platform-h5": "^3.6.24",
|
||||
"@tarojs/taro-loader": "3.6.24",
|
||||
"@tarojs/test-utils-react": "^0.1.1",
|
||||
"@tarojs/webpack5-runner": "3.6.24",
|
||||
|
|
@ -4871,8 +4871,9 @@
|
|||
},
|
||||
"node_modules/@tarojs/plugin-platform-h5": {
|
||||
"version": "3.6.24",
|
||||
"resolved": "https://registry.npmmirror.com/@tarojs/plugin-platform-h5/-/plugin-platform-h5-3.6.24.tgz",
|
||||
"resolved": "https://registry.npmjs.org/@tarojs/plugin-platform-h5/-/plugin-platform-h5-3.6.24.tgz",
|
||||
"integrity": "sha512-8oIURIpre+iAAxwn5JqGPjwU7XgbsLGUEqtjAvC6j2LJt9DrmjmP5eWUtAu9wJlWTPxb94ooLMQfh/y/17vPhA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@tarojs/components": "3.6.24",
|
||||
"@tarojs/components-react": "3.6.24",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
"@tarojs/helper": "3.6.24",
|
||||
"@tarojs/plugin-framework-react": "3.6.24",
|
||||
"@tarojs/plugin-platform-alipay": "3.6.24",
|
||||
"@tarojs/plugin-platform-h5": "3.6.24",
|
||||
"@tarojs/plugin-platform-harmony-hybrid": "3.6.24",
|
||||
"@tarojs/plugin-platform-jd": "3.6.24",
|
||||
"@tarojs/plugin-platform-qq": "3.6.24",
|
||||
|
|
@ -62,6 +61,7 @@
|
|||
"@babel/core": "^7.8.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
||||
"@tarojs/cli": "3.6.24",
|
||||
"@tarojs/plugin-platform-h5": "^3.6.24",
|
||||
"@tarojs/taro-loader": "3.6.24",
|
||||
"@tarojs/test-utils-react": "^0.1.1",
|
||||
"@tarojs/webpack5-runner": "3.6.24",
|
||||
|
|
|
|||
Loading…
Reference in New Issue