mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-07-17 14:34:32 +02:00
30 lines
656 B
JSON
30 lines
656 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": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|