Skip to content

Commit

Permalink
feat: less node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 7, 2023
1 parent 22b3752 commit f5859f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install package dependencies
run: npm install
run: npm install --omit=optional

- name: build package
run: npm run build
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,23 @@
"release:major": "rm -f package-lock.json && standard-version --release-as major"
},
"devDependencies": {
"@vitest/ui": "^0.31.1",
"autoprefixer": "^10",
"c8": "^7.14.0",
"postcss-cli": "10.1.0",
"postcss-import": "15.1.0",
"prejss-cli": "0.3.3",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rtlcss": "4.1.0",
"standard-version": "^9.5.0",
"vitest": "^0.31.1"
"rtlcss": "4.1.0"
},
"dependencies": {
"colord": "^2.9",
"css-selector-tokenizer": "^0.8",
"postcss": "^8",
"postcss-js": "^4",
"tailwindcss": "^3"
},
"peerDependencies": {
"postcss": "^8"
"optionalDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"standard-version": "^9.5.0",
"vitest": "^0.31.1"
}
}

0 comments on commit f5859f7

Please sign in to comment.