mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
docs(build): build CSS from SCSS
This commit is contained in:
parent
d0defc556f
commit
6654125a11
7 changed files with 932 additions and 69 deletions
|
@ -4,25 +4,31 @@
|
|||
"dev": "run-p dev:*",
|
||||
"dev:routify": "NODE_ENV=development routify run",
|
||||
"dev:svite": "svite",
|
||||
"build": "node scripts/build",
|
||||
"build": "run-s build:*",
|
||||
"build:routify": "routify run -b",
|
||||
"build:svite": "svite build",
|
||||
"postbuild": "node scripts/postbuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@carbon/themes": "^10.20.0",
|
||||
"@sveltech/routify": "^1.9.9",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"carbon-components": "^10.21.0",
|
||||
"carbon-components-svelte": "../",
|
||||
"clipboard-copy": "^3.1.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"mdsvex": "^0.8.8",
|
||||
"node-sass": "^4.14.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"playwright-aws-lambda": "^0.6.0",
|
||||
"playwright-core": "^1.4.2",
|
||||
"polka": "^0.5.2",
|
||||
"postcss": "^8.1.1",
|
||||
"prettier": "^2.1.2",
|
||||
"prettier-plugin-svelte": "^1.4.0",
|
||||
"prism-svelte": "^0.4.7",
|
||||
"prismjs": "^1.21.0",
|
||||
"remark-slug": "^6.0.0",
|
||||
"shelljs": "^0.8.4",
|
||||
"sirv": "^1.0.6",
|
||||
"svelte": "3.29.0",
|
||||
"svelte-hmr": "0.11.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue