mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
build: switch to npm
This commit is contained in:
parent
465f35c0f3
commit
23d4bdec4e
8 changed files with 6993 additions and 4168 deletions
|
@ -32,18 +32,17 @@
|
|||
"build:docs": "node scripts/build-docs",
|
||||
"build:lib": "rollup -c",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
|
||||
"release": "standard-version && yarn build:docs"
|
||||
"release": "standard-version && npm run build:docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"flatpickr": "4.6.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@carbon/styles": "^1.25.0",
|
||||
"@carbon/styles": "^1.47.0",
|
||||
"@rollup/plugin-commonjs": "^21.0.3",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"carbon-components": "10.58.12",
|
||||
"carbon-icons-svelte": "^12.1.0",
|
||||
"postcss": "^8.4.16",
|
||||
"prettier": "^2.7.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue