@funidata/fudis-core
Version:
Core styles and foundations for Fudis Design System
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "@funidata/fudis-core",
"version": "2.1.0",
"description": "Core styles and foundations for Fudis Design System",
"files": [
"src",
"./_index.scss",
"./_styles.scss"
],
"scripts": {
"start": "storybook dev -p 6007",
"build:storybook": "storybook build",
"build:dist": "scripts/copy-files.sh",
"build:dist:watch": "nodemon --watch src --watch _index.scss --ext scss --exec \"npm run build:dist\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funidata/fudis-core.git"
},
"keywords": [
"funidata",
"design-system",
"core-styles",
"foundations"
],
"author": "Funidata Ltd",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/funidata/fudis-core/issues"
},
"homepage": "https://github.com/funidata/fudis-core#readme",
"devDependencies": {
"@storybook/addon-a11y": "^8.6.12",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/html": "^8.6.12",
"@storybook/html-vite": "^8.6.12",
"@storybook/test": "^8.6.12",
"@whitespace/storybook-addon-html": "^7.0.0",
"nodemon": "^3.1.10",
"sass-embedded": "^1.86.3",
"storybook": "^8.6.12"
}
}