-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 829 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
{
"name": "solidjs-treeview-component",
"version": "0.0.1",
"description": "TreeView component for SolidJS",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"module": "src/TreeView.jsx",
"author": "milahu",
"license": "CC0-1.0",
"dependencies": {
"solid-styled-components": "*"
},
"devDependencies": {
"solid-js": "*",
"vite": "*",
"vite-plugin-solid": "*"
},
"keywords": [
"solid",
"solid-js",
"solidjs",
"component",
"treeview",
"tree",
"file-browser",
"file-explorer",
"file-manager"
],
"homepage": "https://github.com/milahu/solidjs-treeview-component",
"repository": { "type": "git", "url": "https://github.com/milahu/solidjs-treeview-component.git" },
"bugs": "https://github.com/milahu/solidjs-treeview-component/issues"
}