-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 838 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 838 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
{
"name": "remote-workspace",
"private": true,
"version": "0.8.0",
"description": "An example app built using `@finos/perspective-workspace`.",
"scripts": {
"start:server": "webpack serve --open",
"start:client": "node server.js",
"start": "npm-run-all -p start:server start:client"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
}