mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-16 05:24:28 +02:00
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "datasette-vega",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "^4.0.3",
|
|
"vega-embed": "^6.20.5",
|
|
"vega-lib": "^4.4.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|