-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.37 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-composable-treeview",
"description": "A composable, headless, fully accessible tree view component for react",
"version": "1.1.2",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsc && vite build",
"prepare": "npm run build"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.2",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/addon-onboarding": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@types/react": "^18.2.75",
"react": "^18.2.0",
"storybook": "^8.0.6",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.3"
},
"peerDependencies": {
"react": "^18.2.0"
},
"keywords": [
"react",
"typescript",
"component",
"composable",
"headless",
"treeview",
"tree",
"accessible",
"accessibility",
"ARIA"
],
"repository": {
"type": "git",
"url": "https://github.com/raph5/react-composable-treeview"
},
"author": "Raphaël Guyader",
"license": "ISC"
}