forked from finos/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.17 KB
/
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
{
"name": "@finos/docs",
"private": true,
"version": "1.1.1",
"scripts": {
"theme": "lessc static/css/material.dark.less > static/css/material.dark.css",
"examples": "docusaurus-examples",
"start": "npm run build:arrow && npm run theme && docusaurus-start",
"build": ":",
"clean": "rimraf dist",
"build:arrow": "cpy ../node_modules/superstore-arrow/superstore.arrow static/arrow/",
"build:webpack": "webpack --config webpack.config.js --color",
"docs": "npm run build:webpack && npm run theme && docusaurus-build",
"publish-gh-pages": "npm run theme && docusaurus-publish",
"write-translations": "docusaurus-write-translations"
},
"devDependencies": {
"@finos/perspective": "^1.1.1",
"@finos/perspective-viewer": "^1.1.1",
"@finos/perspective-viewer-d3fc": "^1.1.1",
"@finos/perspective-viewer-datagrid": "^1.1.1",
"@finos/perspective-workspace": "^1.1.1",
"docusaurus": "^1.8.0",
"less": "^3.9.0"
},
"dependencies": {
"@babel/preset-react": "^7.8.3",
"lit-html": "^1.1.2",
"react": "^16.8.6"
}
}