@funidata/fudis-core
Version:
Core styles and foundations for Fudis Design System
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "@funidata/fudis-core",
"version": "3.2.0",
"description": "Core styles and foundations for Fudis Design System",
"files": [
"src",
"./_index.scss",
"./_styles.scss"
],
"type": "module",
"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": "MIT",
"bugs": {
"url": "https://github.com/funidata/fudis-core/issues"
},
"homepage": "https://github.com/funidata/fudis-core#readme",
"devDependencies": {
"@storybook/addon-a11y": "10.4.6",
"@storybook/addon-docs": "10.4.6",
"@storybook/html-vite": "10.4.6",
"@whitespace/storybook-addon-html": "^9.0.0",
"nodemon": "^3.1.14",
"prettier2": "npm:prettier@2.8.8",
"sass-embedded": "^1.99.0",
"storybook": "10.4.6",
"vite": "^8.1.0"
}
}