@shuriken-ui/tailwind 0.0.4 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +54 -0
- package/dist/config.cjs +1 -0
- package/dist/config.d.ts +4 -10
- package/dist/config.mjs +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +10 -28
- package/dist/index.mjs +1 -0
- package/dist/preset.cjs +520 -67
- package/dist/preset.d.ts +4 -10
- package/dist/preset.mjs +519 -67
- package/package.json +13 -13
- /package/dist/{components-cff79ff9.d.ts → options-cff79ff9.d.ts} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shuriken-ui/tailwind",
|
3
|
-
"version": "0.0
|
3
|
+
"version": "0.1.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
|
6
6
|
"repository": "shuriken-ui/tailwind",
|
@@ -63,27 +63,27 @@
|
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
65
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
66
|
-
"@tailwindcss/
|
66
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
67
67
|
"@tailwindcss/typography": "^0.5.9",
|
68
68
|
"defu": "^6.1.2",
|
69
|
-
"tailwindcss": "^3.3.
|
69
|
+
"tailwindcss": "^3.3.2"
|
70
70
|
},
|
71
71
|
"devDependencies": {
|
72
|
-
"@commitlint/cli": "^17.5
|
73
|
-
"@commitlint/config-conventional": "^17.
|
72
|
+
"@commitlint/cli": "^17.6.5",
|
73
|
+
"@commitlint/config-conventional": "^17.6.5",
|
74
74
|
"@types/node": "18.15.11",
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
76
|
-
"commitlint": "^17.5
|
77
|
-
"eslint": "8.
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
76
|
+
"commitlint": "^17.6.5",
|
77
|
+
"eslint": "8.42.0",
|
78
78
|
"eslint-config-prettier": "8.8.0",
|
79
|
-
"eslint-plugin-tailwindcss": "3.
|
80
|
-
"eslint-plugin-unicorn": "^
|
81
|
-
"lint-staged": "^13.2.
|
79
|
+
"eslint-plugin-tailwindcss": "3.12.1",
|
80
|
+
"eslint-plugin-unicorn": "^47.0.0",
|
81
|
+
"lint-staged": "^13.2.2",
|
82
82
|
"npm-run-all": "^4.1.5",
|
83
|
-
"prettier": "^2.8.
|
83
|
+
"prettier": "^2.8.8",
|
84
84
|
"simple-git-hooks": "^2.8.1",
|
85
85
|
"standard-version": "^9.5.0",
|
86
|
-
"typescript": "^5.
|
86
|
+
"typescript": "^5.1.3",
|
87
87
|
"unbuild": "^1.2.1"
|
88
88
|
},
|
89
89
|
"simple-git-hooks": {
|
File without changes
|