-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "solid-ui",
"version": "0.1.0",
"description": "Hooks for building declarative, accessible, composable UI components with Solid.",
"info": "Solid UI provides sets of hooks and reactive primitives for declaratively building accessible, composable UI components that implement design patterns from the WAI-ARIA Authoring Practices 1.2. Inspired by Headless UI and Reach UI.",
"homepage": "https://pheggeseth.github.io/solid-ui",
"contributors": [
{
"name": "Paul Heggeseth",
"email": "[email protected]"
}
],
"keywords": [
"solidhack",
"best_ecosystem"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "16.3.0",
"path": "0.12.7",
"typescript": "^4.5.5",
"vite": "^2.5.1",
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"@popperjs/core": "^2.9.3",
"lodash": "4.17.21",
"solid-js": "^1.3.7"
}
}