@dfinity/gix-components
Version:
A UI kit developed by the GIX team
102 lines (101 loc) • 3.22 kB
JSON
{
"name": "@dfinity/gix-components",
"description": "A UI kit developed by the GIX team",
"version": "9.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",
"docs": "node scripts/docs.mjs && prettier --write 'src/routes/(page)/utility-functions/+page.md'"
},
"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": {
"@dfinity/eslint-config-oisy-wallet": "^0.2.2",
"@junobuild/config": "^0.4.0",
"@playwright/test": "^1.54.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.22.5",
"@sveltejs/package": "^2.3.12",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.8",
"autoprefixer": "^10.4.21",
"jest-environment-jsdom": "^30.0.4",
"mdsvex": "^0.12.6",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.4.0",
"sass": "^1.89.2",
"svelte-check": "^4.2.2",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.7.40",
"tsdoc-markdown": "^1.3.0",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2",
"vite": "^7.0.4",
"vitest": "^3.2.4"
},
"dependencies": {
"decimal.js": "^10.6.0",
"dompurify": "^3.2.6",
"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"
}
}