fluent-svelte-updated
Version:
Forked from https://github.com/vegardlarsen/fluent-svelte. A faithful implementation of Microsoft's Fluent Design System in Svelte.
103 lines (102 loc) • 2.66 kB
JSON
{
"name": "fluent-svelte-updated",
"version": "1.6.0",
"description": "Forked from https://github.com/vegardlarsen/fluent-svelte. A faithful implementation of Microsoft's Fluent Design System in Svelte.",
"homepage": "https://github.com/tropix126/fluent-svelte",
"license": "MIT",
"author": {
"name": "tropix126",
"url": "https://github.com/tropix126/"
},
"keywords": [
"design",
"design-system",
"design-language",
"microsoft",
"fluent",
"fluentui",
"fluent-design",
"fluent-design-system",
"svelte",
"svelte5",
"sveltejs",
"svelte-component",
"svelte-components",
"ui-components",
"winui",
"windows"
],
"repository": {
"type": "git",
"url": "https://github.com/tropix126/fluent-svelte.git"
},
"bugs": {
"url": "https://github.com/tropix126/fluent-svelte/issues"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync && svelte-package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@fluentui/svg-icons": "^1.1.306",
"@sveltejs/adapter-vercel": "^5.7.2",
"@sveltejs/kit": "^2.24.0",
"@sveltejs/package": "^2.3.7",
"@sveltejs/svelte-repl": "^0.4.1",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@types/prismjs": "^1.26.5",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.0",
"mdsvex": "^0.12.6",
"mdsvexamples": "^0.5.0",
"panzoom": "^9.4.3",
"postcss": "^8.5.6",
"postcss-variables-prefixer": "^1.2.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.30.0",
"rehype-slug": "^6.0.0",
"remark-github": "^12.0.0",
"sass": "^1.89.2",
"svelte": "^5.36.5",
"svelte-check": "^4.2.2",
"svelte-codesandbox": "^1.0.0",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.7.40",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite-node": "^3.2.4",
"vite-plugin-sveld": "^2.0.0"
},
"dependencies": {
"focus-trap": "^7.6.5",
"sveld": "^0.22.1",
"tabbable": "^6.2.0"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"files": ["dist"],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
"./theme.css": "./dist/theme.css",
"./internal": {
"types": "./dist/internal.d.ts",
"default": "./dist/internal.js"
},
"./package.json": "./package.json"
},
"type": "module"
}