New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@giftee/abukuma-css

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giftee/abukuma-css - npm Package Compare versions

Comparing version

to
0.1.1

LICENSE

26

package.json
{
"name": "@giftee/abukuma-css",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -8,12 +8,2 @@ "description": "CSS Framework of Giftee Design System",

"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:analyze": "tsc && vite build --mode analyze",
"preview": "vite preview",
"lint": "stylelint '**/*.scss' && prettier --check .",
"format": "stylelint '**/*.scss' --fix && prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {

@@ -62,4 +52,14 @@ "@babel/core": "^7.24.9",

"dependencies": {
"@giftee/abukuma-design-tokens": "workspace:^"
"@giftee/abukuma-design-tokens": "^0.1.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:analyze": "tsc && vite build --mode analyze",
"preview": "vite preview",
"lint": "stylelint '**/*.scss' && prettier --check .",
"format": "stylelint '**/*.scss' --fix && prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}
}

Sorry, the diff of this file is not supported yet