mirror of
https://github.com/youwen5/site.git
synced 2024-11-25 01:43:49 -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",
|
"tailwindcss": "^3.4.3",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.4.1",
|
||||||
"typescript": "^5.0.0",
|
"typescript": "^5.0.0",
|
||||||
"vite": "^5.0.3"
|
"vite": "^5.0.3",
|
||||||
|
"@faker-js/faker": "^8.4.1"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"svelte-preprocess"
|
"svelte-preprocess"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@faker-js/faker": "^8.4.1",
|
|
||||||
"@fontsource/geist-mono": "^5.0.2",
|
"@fontsource/geist-mono": "^5.0.2",
|
||||||
"@fontsource/geist-sans": "^5.0.2",
|
"@fontsource/geist-sans": "^5.0.2",
|
||||||
"@fontsource/merriweather": "^5.0.12",
|
"@fontsource/merriweather": "^5.0.12",
|
||||||
|
|
Loading…
Reference in a new issue