You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
606 B
JSON

{
"name": "@knowfoolery/ui-components",
"private": true,
"version": "0.0.1",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "vitest --config vitest.config.ts",
"build": "echo 'No build needed for shared package'",
"clean": "echo 'Nothing to clean'"
},
"dependencies": {
"@suid/material": "^0.16.0",
"solid-js": "^1.9.0"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.0",
"jsdom": "^26.1.0",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.8.0",
"vitest": "^1.0.0"
},
"peerDependencies": {
"solid-js": "^1.9.0"
}
}