Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shuriken-ui/tailwind

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shuriken-ui/tailwind - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

src/theme.css

39

package.json
{
"name": "@shuriken-ui/tailwind",
"version": "4.0.0-alpha.1",
"packageManager": "pnpm@9.12.3",
"version": "4.0.0-alpha.2",
"license": "MIT",

@@ -26,2 +25,3 @@ "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",

".": "./src/index.css",
"./theme.css": "./src/theme.css",
"./*.css": "./src/css/*.css"

@@ -31,20 +31,5 @@ },

"src/index.css",
"src/theme.css",
"src/css"
],
"scripts": {
"dev": "storybook dev -p 6006",
"build": "unbuild",
"build-storybook": "storybook build",
"lint": "run-s lint:eslint:fix lint:prettier:fix",
"lint:prettier": "prettier --check \"./**/*.(ts|css|scss|md)\"",
"lint:prettier:fix": "prettier --write \"./**/*.(ts|css|scss|md)\"",
"lint:eslint": "eslint -c .eslintrc.cjs --ext .ts .",
"lint:eslint:fix": "eslint -c .eslintrc.cjs --fix --ext .ts .",
"test": "run-s lint:eslint lint:prettier test:vitest",
"test:vitest": "vitest",
"coverage": "vitest run --coverage",
"release": "run-s test release:*",
"release:standard-version": "standard-version",
"release:publish": "git push --follow-tags origin main && npm publish"
},
"dependencies": {

@@ -80,3 +65,19 @@ "@tailwindcss/container-queries": "^0.1.1",

"vitest-axe": "1.0.0-pre.2"
},
"scripts": {
"dev": "storybook dev -p 6006",
"build": "unbuild",
"build-storybook": "storybook build",
"lint": "run-s lint:eslint:fix lint:prettier:fix",
"lint:prettier": "prettier --check \"./**/*.(ts|css|scss|md)\"",
"lint:prettier:fix": "prettier --write \"./**/*.(ts|css|scss|md)\"",
"lint:eslint": "eslint -c .eslintrc.cjs --ext .ts .",
"lint:eslint:fix": "eslint -c .eslintrc.cjs --fix --ext .ts .",
"test": "run-s lint:eslint lint:prettier test:vitest",
"test:vitest": "vitest",
"coverage": "vitest run --coverage",
"release": "run-s test release:*",
"release:standard-version": "standard-version",
"release:publish": "git push --follow-tags origin main && npm publish"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc