chore: update tailwind
Showing
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"framework": "Vue3" | "framework": "Vue3" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"postinstall": "weapp-tw patch", | |||
"build:weapp": "taro build --type weapp", | "build:weapp": "taro build --type weapp", | ||
"build:swan": "taro build --type swan", | "build:swan": "taro build --type swan", | ||
"build:alipay": "taro build --type alipay", | "build:alipay": "taro build --type alipay", | ||
... | @@ -53,7 +54,8 @@ | ... | @@ -53,7 +54,8 @@ |
"@tarojs/runtime": "3.6.23", | "@tarojs/runtime": "3.6.23", | ||
"@tarojs/shared": "3.6.23", | "@tarojs/shared": "3.6.23", | ||
"@tarojs/taro": "3.6.23", | "@tarojs/taro": "3.6.23", | ||
"vue": "^3.2.40" | "vue": "^3.2.40", | ||
"weapp-tailwindcss": "^3.0.8" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.8.0", | "@babel/core": "^7.8.0", | ||
... | @@ -66,13 +68,17 @@ | ... | @@ -66,13 +68,17 @@ |
"@typescript-eslint/parser": "^5.20.0", | "@typescript-eslint/parser": "^5.20.0", | ||
"@vue/babel-plugin-jsx": "^1.0.6", | "@vue/babel-plugin-jsx": "^1.0.6", | ||
"@vue/compiler-sfc": "^3.2.40", | "@vue/compiler-sfc": "^3.2.40", | ||
"autoprefixer": "^10.4.17", | |||
"babel-preset-taro": "3.6.23", | "babel-preset-taro": "3.6.23", | ||
"css-loader": "3.4.2", | "css-loader": "3.4.2", | ||
"eslint": "^8.12.0", | "eslint": "^8.12.0", | ||
"eslint-config-taro": "3.6.23", | "eslint-config-taro": "3.6.23", | ||
"eslint-plugin-vue": "^8.0.0", | "eslint-plugin-vue": "^8.0.0", | ||
"postcss": "^8.4.33", | |||
"postcss-rem-to-responsive-pixel": "^6.0.1", | |||
"style-loader": "1.3.0", | "style-loader": "1.3.0", | ||
"stylelint": "9.3.0", | "stylelint": "9.3.0", | ||
"tailwindcss": "^3.4.1", | |||
"ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
"typescript": "^4.1.0", | "typescript": "^4.1.0", | ||
"unplugin-vue-components": "^0.23.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