Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jul 28, 2024
1 parent 1d812c0 commit 222fece
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
{
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/addon-onboarding": "^8.1.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.9",
"@storybook/react": "^8.1.9",
"@storybook/react-webpack5": "^8.1.9",
"@storybook/test": "^8.1.9",
"chromatic": "^11.5.4",
"gulp": "^5.0.0",
"gulp-file-include": "^2.3.0",
"prop-types": "^15.8.1",
"storybook": "^8.1.9"
},
"name": "www",
"version": "1.0.0",
"description": "[![.github/workflows/dependabot.yml](https://github.com/skunkworksza/www/actions/workflows/dependabot.yml/badge.svg?branch=main)](https://github.com/skunkworksza/www/actions/workflows/dependabot.yml)",
"description": "Main project for Skunkworks",
"main": "./js/gulfile.js",
"directories": {
"doc": "docs"
Expand Down Expand Up @@ -188,7 +171,8 @@
"scripts": {
"test": "gulp",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token=YOUR_PROJECT_TOKEN"
},
"repository": {
"type": "git",
Expand All @@ -200,7 +184,4 @@
"url": "https://github.com/skunkworksza/www/issues"
},
"homepage": "https://github.com/skunkworksza/www#readme"
"scripts": {
"chromatic": "chromatic --project-token=YOUR_PROJECT_TOKEN"

}
}

0 comments on commit 222fece

Please sign in to comment.