mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: move faker.js to dev dependency
This commit is contained in:
parent
6df36091c1
commit
b490d7572f
2 changed files with 61 additions and 61 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -33,14 +33,14 @@
|
|||
"tailwindcss": "^3.4.3",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^5.0.3"
|
||||
"vite": "^5.0.3",
|
||||
"@faker-js/faker": "^8.4.1"
|
||||
},
|
||||
"type": "module",
|
||||
"trustedDependencies": [
|
||||
"svelte-preprocess"
|
||||
],
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^8.4.1",
|
||||
"@fontsource/geist-mono": "^5.0.2",
|
||||
"@fontsource/geist-sans": "^5.0.2",
|
||||
"@fontsource/merriweather": "^5.0.12",
|
||||
|
|
Loading…
Reference in a new issue