mirror of
https://github.com/phiresky/sql.js-httpvfs.git
synced 2024-11-08 20:22:44 +01:00
34 lines
867 B
JSON
34 lines
867 B
JSON
{
|
|
"name": "sql.js-httpvfs",
|
|
"version": "0.8.12",
|
|
"repository": "https://github.com/phiresky/sql.js-httpvfs",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "webpack serve --mode=development",
|
|
"build": "webpack build --mode=production"
|
|
},
|
|
"dependencies": {
|
|
"comlink": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debounce-promise": "^3.1.3",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-plotly.js": "^2.2.4",
|
|
"@types/react-select": "^4.0.14",
|
|
"@types/sql.js": "^1.4.2",
|
|
"debounce-promise": "^3.1.2",
|
|
"ts-loader": "^8.1.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.3.0-dev.20210331",
|
|
"webpack": "^5.28.0",
|
|
"webpack-bundle-analyzer": "^4.4.1",
|
|
"webpack-cli": "^4.6.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/*"
|
|
]
|
|
}
|