chore: update tailwind
Showing
... | ... | @@ -10,6 +10,7 @@ |
"framework": "Vue3" | ||
}, | ||
"scripts": { | ||
"postinstall": "weapp-tw patch", | ||
"build:weapp": "taro build --type weapp", | ||
"build:swan": "taro build --type swan", | ||
"build:alipay": "taro build --type alipay", | ||
... | ... | @@ -53,7 +54,8 @@ |
"@tarojs/runtime": "3.6.23", | ||
"@tarojs/shared": "3.6.23", | ||
"@tarojs/taro": "3.6.23", | ||
"vue": "^3.2.40" | ||
"vue": "^3.2.40", | ||
"weapp-tailwindcss": "^3.0.8" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.0", | ||
... | ... | @@ -66,13 +68,17 @@ |
"@typescript-eslint/parser": "^5.20.0", | ||
"@vue/babel-plugin-jsx": "^1.0.6", | ||
"@vue/compiler-sfc": "^3.2.40", | ||
"autoprefixer": "^10.4.17", | ||
"babel-preset-taro": "3.6.23", | ||
"css-loader": "3.4.2", | ||
"eslint": "^8.12.0", | ||
"eslint-config-taro": "3.6.23", | ||
"eslint-plugin-vue": "^8.0.0", | ||
"postcss": "^8.4.33", | ||
"postcss-rem-to-responsive-pixel": "^6.0.1", | ||
"style-loader": "1.3.0", | ||
"stylelint": "9.3.0", | ||
"tailwindcss": "^3.4.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.1.0", | ||
"unplugin-vue-components": "^0.23.0", | ||
... | ... |
postcss.config.js
0 → 100644
tailwind.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment