build: replace Yarn with npm (#1993)

This commit is contained in:
Eric Liu 2024-08-20 07:00:23 -07:00 committed by GitHub
commit 96cfb4be44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 16641 additions and 9108 deletions

View file

@ -8,12 +8,12 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"carbon-components-svelte": "^0.85.0",
"carbon-preprocess-svelte": "^0.11.5",
"rollup": "^4.20.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^4.2.18"
}
}