forked from plotly/dash-pivottable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Patrick Kyle
committed
Aug 1, 2020
1 parent
b7602b5
commit 297d2c4
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,13 @@ | |
"prepublish": "npm run validate-init", | ||
"build:js-dev": "webpack --mode development", | ||
"build:js": "webpack --mode production", | ||
"build:py": "dash-generate-components ./src/lib/components dash_pivottable", | ||
"build:py_and_r": "dash-generate-components ./src/lib/components dash_pivottable && dash-generate-components ./src/lib/components dash_pivottable --r-prefix 'dash' --r-suggests 'dash,dashHtmlComponents,jsonlite'", | ||
"build:py-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py)", | ||
"build:all": "npm run build:js && npm run build:js-dev && npm run build:py", | ||
"build:all-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:all)" | ||
}, | ||
"author": "xhlulu [email protected]", | ||
"author": "Xing Han Lu <[email protected]>", | ||
"maintainer": "Ryan Patrick Kyle <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"plotly.js": "^1.54.7", | ||
|