feat: move from yarn to npm

This commit is contained in:
Devin Haska 2024-02-13 22:50:07 -08:00
parent c86f0d7f04
commit b6c9a2b75c
4 changed files with 8874 additions and 2934 deletions

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v18.12.1

8872
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -27,9 +27,7 @@
"postcss": "^8.4.33", "postcss": "^8.4.33",
"postcss-import": "^16.0.0", "postcss-import": "^16.0.0",
"postcss-import-ext-glob": "^2.1.1", "postcss-import-ext-glob": "^2.1.1",
"prettier": "3.2.4" "prettier": "3.2.4",
},
"dependencies": {
"slugify": "^1.6.6" "slugify": "^1.6.6"
} }
} }

2931
yarn.lock

File diff suppressed because it is too large Load diff