mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
build(docs): replace Yarn with npm
This commit is contained in:
parent
5c1a3e3ec8
commit
c43f36b507
3 changed files with 3937 additions and 1733 deletions
3935
docs/package-lock.json
generated
Normal file
3935
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "yarn build:index-docs && run-p dev:*",
|
"dev": "npm run build:index-docs && run-p dev:*",
|
||||||
"dev:routify": "cross-env NODE_ENV=development routify run",
|
"dev:routify": "cross-env NODE_ENV=development routify run",
|
||||||
"dev:svite": "vite dev",
|
"dev:svite": "vite dev",
|
||||||
"build": "run-s build:*",
|
"build": "run-s build:*",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"carbon-icons-svelte": "^12.10.0",
|
"carbon-icons-svelte": "^12.10.0",
|
||||||
"clipboard-copy": "^4.0.1",
|
"clipboard-copy": "^4.0.1",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"mdsvex": "^0.10.6",
|
"mdsvex": "^0.12.3",
|
||||||
"minisearch": "^6.2.0",
|
"minisearch": "^6.2.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
|
|
1731
docs/yarn.lock
1731
docs/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue