@dfinity/gix-components
Version:
A UI kit developed by the GIX team
104 lines (103 loc) • 3.23 kB
JSON
{
"name": "@dfinity/gix-components",
"description": "A UI kit developed by the GIX team",
"version": "6.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "npm run i18n && vite dev",
"build": "npm run i18n && vite build",
"staging": "npm run i18n && vite build --mode staging",
"package": "svelte-kit sync && svelte-package",
"prepare": "svelte-kit sync",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check './**/*.{ts,js,mjs,json,scss,css,svelte,html,md}' && eslint .",
"format": "prettier --write './**/*.{ts,js,mjs,json,scss,css,svelte,html,md}'",
"test": "tsc --noEmit -p ./tsconfig.spec.json && vitest --config ./vitest.config.ts",
"download:samples": "./scripts/download-samples.sh",
"i18n": "node scripts/i18n.types.mjs && prettier --write ./src/lib/types/i18n.d.ts",
"e2e": "npm run download:samples && playwright test",
"e2e:ci": "npm run download:samples && playwright test --reporter=html",
"e2e:snapshots": "npm run download:samples && npx playwright test --update-snapshots --reporter=list",
"e2e:report": "npx playwright show-report",
"e2e:dev": "NODE_ENV=development playwright test"
},
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"@junobuild/config": "^0.0.14",
"@playwright/test": "^1.51.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.20.2",
"@sveltejs/package": "^2.3.10",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"jest-environment-jsdom": "^29.7.0",
"mdsvex": "^0.12.3",
"node-fetch": "^3.3.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-svelte": "^3.2.6",
"sass": "^1.79.1",
"svelte-check": "^4.1.5",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.7.35",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2",
"vite": "^6.2.2",
"vitest": "^3.0.9"
},
"dependencies": {
"dompurify": "^3.2.4",
"html5-qrcode": "^2.3.8",
"marked": "^9.1.0",
"qr-creator": "^1.0.0"
},
"keywords": [
"ui",
"ux",
"designsystem",
"uikit",
"sveltekit",
"svelte"
],
"peerDependencies": {
"@dfinity/utils": "*",
"svelte": "^5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfinity/gix-components.git"
},
"bugs": {
"url": "https://github.com/dfinity/gix-components"
},
"overrides": {
"semver": "^7.5.3",
"cookie": "^0.7.0"
}
}