wf-components
Version:
This is the official component library for the Wireshark website, made by the Wireshark Foundation. It's currently a work in progress and will be updated regularly.
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "wf-components",
"type": "module",
"version": "1.0.8",
"author": "Angelo Spampinato",
"keywords": [
"wireshark",
"component",
"library",
"web",
"ui"
],
"license": "CC-BY-NC-ND-4.0",
"homepage": "https://wiresharkfoundation.org",
"main": "./index.ts",
"exports": {
".": {
"import": {
"types": "./src/types/index.d.ts",
"default": "./index.ts"
}
},
"./integration": "./src/integration/index.ts"
},
"bugs": {
"url": "https://gitlab.com/wireshark/web-developers/wf-component-library/-/issues"
},
"description": "This is the official component library for the Wireshark website, made by the Wireshark Foundation. It's currently a work in progress and will be updated regularly.",
"scripts": {
"dev": "astro dev",
"build": "astro build && npm run copy-css",
"preview": "astro preview",
"astro": "astro",
"copy-css": "cp -R ./dist/_astro/*.css ./public/styles.css"
},
"dependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/vite": "^4.1.0",
"astro": "^5.8.0",
"tailwindcss": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/wireshark/web-developers/wf-component-library.git"
}
}