mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-12 11:34:11 +02:00
27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"name": "datasette-vega",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "^5.0.1",
|
|
"vega-embed": "^6.22.2"
|
|
},
|
|
"scripts": {
|
|
"start": "REACT_APP_STAGE=dev react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"canvas": "^2.11.2"
|
|
}
|
|
}
|