feat: 使用ui框架
This commit is contained in:
73
package.json
73
package.json
@@ -4,9 +4,9 @@
|
||||
"private": true,
|
||||
"description": "city",
|
||||
"templateInfo": {
|
||||
"name": "default",
|
||||
"name": "taro-hooks",
|
||||
"typescript": true,
|
||||
"css": "less"
|
||||
"css": "sass"
|
||||
},
|
||||
"scripts": {
|
||||
"build:weapp": "taro build --type weapp",
|
||||
@@ -35,43 +35,50 @@
|
||||
],
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
"@antmjs/vantui": "^2.2.7",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@tarojs/components": "3.5.7",
|
||||
"@tarojs/helper": "3.5.7",
|
||||
"@tarojs/plugin-platform-weapp": "3.5.7",
|
||||
"@tarojs/plugin-platform-alipay": "3.5.7",
|
||||
"@tarojs/plugin-platform-tt": "3.5.7",
|
||||
"@tarojs/plugin-platform-swan": "3.5.7",
|
||||
"@tarojs/plugin-platform-jd": "3.5.7",
|
||||
"@tarojs/plugin-platform-qq": "3.5.7",
|
||||
"@tarojs/router": "3.5.7",
|
||||
"@tarojs/runtime": "3.5.7",
|
||||
"@tarojs/shared": "3.5.7",
|
||||
"@tarojs/taro": "3.5.7",
|
||||
"@tarojs/taro-h5": "3.5.7",
|
||||
"@tarojs/plugin-framework-react": "3.5.7",
|
||||
"@tarojs/react": "3.5.7",
|
||||
"@tarojs/components": "3.5.7-alpha.8",
|
||||
"@tarojs/helper": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-framework-react": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-alipay": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-jd": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-qq": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-swan": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-tt": "3.5.7-alpha.8",
|
||||
"@tarojs/plugin-platform-weapp": "3.5.7-alpha.8",
|
||||
"@tarojs/react": "3.5.7-alpha.8",
|
||||
"@tarojs/router": "3.5.7-alpha.8",
|
||||
"@tarojs/runtime": "3.5.7-alpha.8",
|
||||
"@tarojs/shared": "3.5.7-alpha.8",
|
||||
"@tarojs/taro": "3.5.7-alpha.8",
|
||||
"@tarojs/taro-h5": "3.5.7-alpha.8",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react": "^18.0.0"
|
||||
"taro-hooks": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.0",
|
||||
"@tarojs/cli": "3.5.7",
|
||||
"@types/webpack-env": "^1.13.6",
|
||||
"@types/react": "^18.0.0",
|
||||
"webpack": "5.69.0",
|
||||
"@tarojs/webpack5-runner": "3.5.7",
|
||||
"babel-preset-taro": "3.5.7",
|
||||
"eslint-config-taro": "3.5.7",
|
||||
"eslint": "^8.12.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
||||
"react-refresh": "^0.11.0",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"stylelint": "^14.4.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"@tarojs/cli": "3.5.7-alpha.8",
|
||||
"@tarojs/webpack5-runner": "3.5.7-alpha.8",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/webpack-env": "^1.13.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"typescript": "^4.1.0"
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"babel-plugin-import": "^1.13.5",
|
||||
"babel-preset-taro": "3.5.7-alpha.8",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-config-taro": "3.5.7-alpha.8",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"postcss": "^8.4.18",
|
||||
"react-refresh": "^0.11.0",
|
||||
"stylelint": "9.3.0",
|
||||
"typescript": "^4.2.3",
|
||||
"webpack": "5.69.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user