add tailwindcss

This commit is contained in:
2024-10-19 18:25:59 +08:00
parent a7144104e8
commit 9ce91c593c
16 changed files with 989 additions and 33 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "system-apps",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build": "storybook build ",
"deploy": "envision switchOrg docs && envision deploy ./storybook-static -k system-book -v 0.0.5"
},
"keywords": [],
"author": "",
@@ -22,6 +23,15 @@
"@storybook/html": "^8.3.6",
"@storybook/html-webpack5": "^8.3.6",
"@storybook/test": "^8.3.6",
"storybook": "^8.3.6"
"autoprefixer": "^10.4.20",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"storybook": "^8.3.6",
"tailwindcss": "^3.4.14"
},
"dependencies": {
"@kevisual/ui": "^0.0.2",
"systemjs": "^6.15.1"
}
}