Skip to content

Commit

Permalink
chore: cleaned up package scripts and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Aug 27, 2024
1 parent 9e8cc9d commit f02c56e
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 5,812 deletions.
3,219 changes: 609 additions & 2,610 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
},
"scripts": {
"prepare": "husky install",
"dev": "marko-run",
"preview": "marko-run preview",
"start": "marko-run build -o ./_site && node --enable-source-maps ./_site/index.mjs",
"start": "marko-run",
"test": "npm run build:css",
"deploy": "npm run deploy:only && gh-pages --nojekyll -d ./_site",
"deploy:only": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook",
Expand Down Expand Up @@ -61,7 +60,7 @@
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
Expand All @@ -76,18 +75,19 @@
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"btoa": "^1",
"clean-css": "^5",
"cross-env": "^7",
"cssnano": "^7.0.5",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-ebay": "^1",
"eslint-config-prettier": "^9",
"eslint-plugin-prettier": "^5",
"gulp": "^5",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"makeup-alert-dialog": "~0.3.0",
"makeup-combobox": "~0.4.0",
"makeup-combobox": "~0.4.1",
"makeup-confirm-dialog": "~0.3.0",
"makeup-dialog": "~0.5.0",
"makeup-dialog-button": "~0.4.0",
Expand All @@ -98,8 +98,8 @@
"makeup-input-dialog": "0.2.0",
"makeup-key-emitter": "~0.4.0",
"makeup-lightbox-dialog": "0.2.0",
"makeup-listbox": "~0.4.0",
"makeup-listbox-button": "~0.5.0",
"makeup-listbox": "~0.4.1",
"makeup-listbox-button": "~0.5.1",
"makeup-menu": "~0.4.1",
"makeup-menu-button": "~0.4.1",
"makeup-modal": "~0.5.0",
Expand All @@ -119,9 +119,9 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"rimraf": "^5",
"rimraf": "^6",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"sass-loader": "^16.0.1",
"storybook": "^8.2.9",
"stylelint": "^16.8.2",
"stylelint-config-prettier-scss": "^1.0.0",
Expand All @@ -131,7 +131,7 @@
"stylelint-order": "^6",
"stylelint-prettier": "^5",
"svgo": "^3.3.2",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"winston": "^3.14.2",
"xmlserializer": "^0.6.1",
Expand Down
3 changes: 0 additions & 3 deletions skin/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions skin/README.md

This file was deleted.

Loading

0 comments on commit f02c56e

Please sign in to comment.