forked from perspective-dev/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 918 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 918 Bytes
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
{
"name": "react-workspace-example",
"private": true,
"version": "3.7.4",
"description": "An example app using @finos/perspective-react and its workspace component",
"type": "module",
"scripts": {
"build": "node build.js",
"start": "node build.js && http-server dist"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "workspace:^",
"@finos/perspective-viewer": "workspace:^",
"@finos/perspective-viewer-d3fc": "workspace:^",
"@finos/perspective-viewer-datagrid": "workspace:^",
"@finos/perspective-react": "workspace:^",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"superstore-arrow": "^3.0.0"
},
"devDependencies": {
"esbuild": "^0.25.5",
"http-server": "^14.1.1",
"@types/react": "^18",
"@types/react-dom": "^18"
}
}