Skip to content

Commit

Permalink
add functional dependencies, gitignore package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Sep 19, 2024
1 parent 64c3a7a commit 869201d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
package-lock.json
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
"files": [
"README.md"
]
},
"dependencies": {
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2"
}
}

0 comments on commit 869201d

Please sign in to comment.