noph-ui
Version:
Noph UI is a modern, powerful UI library for Svelte 5, fully aligned with the Material 3 guidelines. Build stunning, consistent user interfaces with the efficiency and flexibility of Svelte and Google’s Material Design framework.
97 lines (96 loc) • 2.28 kB
JSON
{
"name": "noph-ui",
"version": "0.33.2",
"license": "MIT",
"homepage": "https://noph.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/cnolte/noph-ui.git"
},
"author": {
"name": "cnolte"
},
"keywords": [
"svelte",
"svelte 5",
"material",
"material 3",
"expressive",
"material you",
"material expressive",
"m3",
"ui",
"frontend",
"design-system",
"ui-library",
"theming"
],
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
"./icons": {
"types": "./dist/icons/index.d.ts",
"svelte": "./dist/icons/index.js"
},
"./types": {
"types": "./dist/types.d.ts"
},
"./defaultTheme": {
"import": "./dist/themes/defaultTheme.css",
"require": "./dist/themes/defaultTheme.css"
}
},
"sideEffects": [
"**/*.css"
],
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.40.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@materialx/material-color-utilities": "^0.4.8",
"@playwright/test": "^1.59.1",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/package": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/eslint": "^9.6.1",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.1",
"globals": "^17.5.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"publint": "^0.3.18",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "8.0.10",
"vitest": "^4.1.5"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}