mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-07-17 06:24:35 +02:00
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"name": "datasette-vega",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-scripts": "1.1.4",
|
|
"source-map-explorer": "^1.5.0",
|
|
"vega-embed": "^3.15.0",
|
|
"vega-lib": "^4.0.0-rc.3"
|
|
},
|
|
"scripts": {
|
|
"start": "REACT_APP_STAGE=dev react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|